#DC0F48

Color #DC0F48 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #DC0F48

Tints of Crimson #DC0F48

Color information

#DC0F48 (or 0xDC0F48) is unknown color: approx Crimson. HEX triplet: DC, 0F and 48. RGB value is (220,15,72). Sum of RGB (Red+Green+Blue) = 220+15+72=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0F48 is #23F0B7. Grayscale: #525252. Windows color (decimal): -2355384 or 4722652. OLE color: 4722652.

HSL color Cylindrical-coordinate representation of color #DC0F48: hue angle of 343.32º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC0F48 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB2201572-
CMYK00.930.670.14
HSL343.32º87.23%46.08%-
HSV(B)343.32º93.18%86.27%-
XYZ30.8616.037.6-
YUV82.79121.92225.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 71.66%
GREEN value IS 15 (6.25% from 255) = 4.89%
BLUE value IS 72 (28.52% from 255) = 23.45%
R=71.66%
G=4.89%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220157200.930.670.14343.3287.2346.08
HexDCF4805D43E157572e
Octal3341711001351031652712756
Binary110111001111100100001011101100001111101010101111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0F48; }

 p { color: rgb(220,15,72); }

 H1.HeaderClassName
 {
   color: #DC0F48;
 }
 .AnyTagClassName
 {
   color: #DC0F48;
 }
</style>
background-color css

<style>
 a { background-color: #DC0F48; }

 a { background-color: rgb(220,15,72); }

 div.DivClassName
 {
   background-color: #DC0F48;
 }
 .BgClassName
 {
   background-color: #DC0F48;
 }
</style>
border-color css

<style>
 span { border-color: #DC0F48; }

 span { border-color: rgb(220,15,72); }

 td.TdClassName
 {
   border-color: #DC0F48;
 }
 .TagClassName
 {
   border-color: #DC0F48;
 }
</style>