Shades of Crimson #DC143C
Tints of Crimson #DC143C
RGB
CMYK
RGB Variations
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
RGB | 220 | 20 | 60 | - |
CMYK | 0 | 0.91 | 0.73 | 0.14 |
HSL | 348º | 0.83% | 0.47% | - |
HSV(B) | 348º | 0.91% | 0.86% | - |
XYZ | 30.58 | 16.04 | 5.76 | - |
YUV | 84.36 | 114.26 | 224.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 20 | 60 | 0 | 0.91 | 0.73 | 0.14 | 348 | 0.83 | 0.47 |
Hex | DC | 14 | 3C | 0 | 5B | 49 | E | 15C | 53 | 2F |
Octal | 334 | 24 | 74 | 0 | 133 | 111 | 16 | 534 | 123 | 57 |
Binary | 11011100 | 10100 | 111100 | 0 | 1011011 | 1001001 | 1110 | 101011100 | 1010011 | 101111 |
Color Harmonies of #DC143C
Complementary color
Monochromatic Colors of #DC143C
Black with #DC143C
Text Example
Text Example
White with #DC143C
Text Example
Text Example
HTML Codes & Css Web 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>