#DC143C

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

Shades of Crimson #DC143C

Tints of Crimson #DC143C

Color information

#DC143C (or 0xDC143C) is known color: Crimson. HEX triplet: DC, 14 and 3C. RGB value is (220,20,60). Sum of RGB (Red+Green+Blue) = 220+20+60=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC143C is #23EBC3. Grayscale: #545454. Windows color (decimal): -2354116 or 3937500. OLE color: 3937500.

HSL color Cylindrical-coordinate representation of color #DC143C: hue angle of 348º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC143C is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB2202060-
CMYK00.910.730.14
HSL348º83.33%47.06%-
HSV(B)348º90.91%86.27%-
XYZ30.5816.045.76-
YUV84.36114.26224.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 73.33%
GREEN value IS 20 (8.20% from 255) = 6.67%
BLUE value IS 60 (23.83% from 255) = 20%
R=73.33%
G=6.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220206000.910.730.1434883.3347.06
HexDC143C05B49E15c532f
Octal334247401331111653412357
Binary110111001010011110001011011100100111101010111001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC143C; }

 p { color: rgb(220,20,60); }

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

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

 a { background-color: rgb(220,20,60); }

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

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

 span { border-color: rgb(220,20,60); }

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