Shades of Crimson #D60B2F
Tints of Crimson #D60B2F
RGB
CMYK
RGB Variations
Color information
#D60B2F (or 0xD60B2F) is known color: Crimson. HEX triplet: D6, 0B and 2F. RGB value is (214,11,47). Sum of RGB (Red+Green+Blue) = 214+11+47=272 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.68% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60B2F is #29F4D0. Grayscale: #4B4B4B. Windows color (decimal): -2749649 or 3083222. OLE color: 3083222.
HSL color Cylindrical-coordinate representation of color #D60B2F: hue angle of 349.36º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60B2F is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 47 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.16 |
| HSL | 349.36º | 0.9% | 0.44% | - |
| HSV(B) | 349.36º | 0.95% | 0.84% | - |
| XYZ | 28.36 | 14.74 | 4.04 | - |
| YUV | 75.8 | 111.75 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 47 | 0 | 0.95 | 0.78 | 0.16 | 349.36 | 0.9 | 0.44 |
| Hex | D6 | B | 2F | 0 | 5F | 4E | 10 | 15D | 5A | 2C |
| Octal | 326 | 13 | 57 | 0 | 137 | 116 | 20 | 535 | 132 | 54 |
| Binary | 11010110 | 1011 | 101111 | 0 | 1011111 | 1001110 | 10000 | 101011101 | 1011010 | 101100 |
Color Harmonies of #D60B2F
Complementary color
Monochromatic Colors of #D60B2F
Black with #D60B2F
Text Example
Text Example
White with #D60B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60B2F; }
p { color: rgb(214,11,47); }
H1.HeaderClassName
{
color: #D60B2F;
}
.AnyTagClassName
{
color: #D60B2F;
}
</style>
background-color css
<style>
a { background-color: #D60B2F; }
a { background-color: rgb(214,11,47); }
div.DivClassName
{
background-color: #D60B2F;
}
.BgClassName
{
background-color: #D60B2F;
}
</style>
border-color css
<style>
span { border-color: #D60B2F; }
span { border-color: rgb(214,11,47); }
td.TdClassName
{
border-color: #D60B2F;
}
.TagClassName
{
border-color: #D60B2F;
}
</style>