Shades of Crimson #DC143B
Tints of Crimson #DC143B
RGB
CMYK
RGB Variations
Color information
#DC143B (or 0xDC143B) is known color: Crimson. HEX triplet: DC, 14 and 3B. RGB value is (220,20,59). Sum of RGB (Red+Green+Blue) = 220+20+59=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC143B is #23EBC4. Grayscale: #545454. Windows color (decimal): -2354117 or 3871964. OLE color: 3871964.
HSL color Cylindrical-coordinate representation of color #DC143B: hue angle of 348.3º 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 #DC143B is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 20 | 59 | - |
CMYK | 0 | 0.91 | 0.73 | 0.14 |
HSL | 348.3º | 0.83% | 0.47% | - |
HSV(B) | 348.3º | 0.91% | 0.86% | - |
XYZ | 30.55 | 16.03 | 5.62 | - |
YUV | 84.25 | 113.76 | 224.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 20 | 59 | 0 | 0.91 | 0.73 | 0.14 | 348.3 | 0.83 | 0.47 |
Hex | DC | 14 | 3B | 0 | 5B | 49 | E | 15C | 53 | 2F |
Octal | 334 | 24 | 73 | 0 | 133 | 111 | 16 | 534 | 123 | 57 |
Binary | 11011100 | 10100 | 111011 | 0 | 1011011 | 1001001 | 1110 | 101011100 | 1010011 | 101111 |
Color Harmonies of #DC143B
Complementary color
Monochromatic Colors of #DC143B
Black with #DC143B
Text Example
Text Example
White with #DC143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC143B; }
p { color: rgb(220,20,59); }
H1.HeaderClassName
{
color: #DC143B;
}
.AnyTagClassName
{
color: #DC143B;
}
</style>
background-color css
<style>
a { background-color: #DC143B; }
a { background-color: rgb(220,20,59); }
div.DivClassName
{
background-color: #DC143B;
}
.BgClassName
{
background-color: #DC143B;
}
</style>
border-color css
<style>
span { border-color: #DC143B; }
span { border-color: rgb(220,20,59); }
td.TdClassName
{
border-color: #DC143B;
}
.TagClassName
{
border-color: #DC143B;
}
</style>