#DC0E32

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

Shades of Crimson #DC0E32

Tints of Crimson #DC0E32

Color information

#DC0E32 (or 0xDC0E32) is unknown color: approx Crimson. HEX triplet: DC, 0E and 32. RGB value is (220,14,50). Sum of RGB (Red+Green+Blue) = 220+14+50=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0E32 is #23F1CD. Grayscale: #4F4F4F. Windows color (decimal): -2355662 or 3280604. OLE color: 3280604.

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

Color convert

RGB2201450-
CMYK00.940.770.14
HSL349.51º88.03%45.88%-
HSV(B)349.51º93.64%86.27%-
XYZ30.2515.764.47-
YUV79.7111.25228.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 77.46%
GREEN value IS 14 (5.86% from 255) = 4.93%
BLUE value IS 50 (19.92% from 255) = 17.61%
R=77.46%
G=4.93%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220145000.940.770.14349.5188.0345.88
HexDCE3205E4DE15e582e
Octal334166201361151653613056
Binary11011100111011001001011110100110111101010111101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0E32; }

 p { color: rgb(220,14,50); }

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

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

 a { background-color: rgb(220,14,50); }

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

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

 span { border-color: rgb(220,14,50); }

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