Shades of Crimson #D60B33
Tints of Crimson #D60B33
RGB
CMYK
RGB Variations
Color information
#D60B33 (or 0xD60B33) is known color: Crimson. HEX triplet: D6, 0B and 33. RGB value is (214,11,51). Sum of RGB (Red+Green+Blue) = 214+11+51=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60B33 is #29F4CC. Grayscale: #4C4C4C. Windows color (decimal): -2749645 or 3345366. OLE color: 3345366.
HSL color Cylindrical-coordinate representation of color #D60B33: hue angle of 348.18º 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 #D60B33 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 51 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.16 |
| HSL | 348.18º | 0.9% | 0.44% | - |
| HSV(B) | 348.18º | 0.95% | 0.84% | - |
| XYZ | 28.45 | 14.77 | 4.48 | - |
| YUV | 76.26 | 113.75 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 51 | 0 | 0.95 | 0.76 | 0.16 | 348.18 | 0.9 | 0.44 |
| Hex | D6 | B | 33 | 0 | 5F | 4C | 10 | 15C | 5A | 2C |
| Octal | 326 | 13 | 63 | 0 | 137 | 114 | 20 | 534 | 132 | 54 |
| Binary | 11010110 | 1011 | 110011 | 0 | 1011111 | 1001100 | 10000 | 101011100 | 1011010 | 101100 |
Color Harmonies of #D60B33
Complementary color
Monochromatic Colors of #D60B33
Black with #D60B33
Text Example
Text Example
White with #D60B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60B33; }
p { color: rgb(214,11,51); }
H1.HeaderClassName
{
color: #D60B33;
}
.AnyTagClassName
{
color: #D60B33;
}
</style>
background-color css
<style>
a { background-color: #D60B33; }
a { background-color: rgb(214,11,51); }
div.DivClassName
{
background-color: #D60B33;
}
.BgClassName
{
background-color: #D60B33;
}
</style>
border-color css
<style>
span { border-color: #D60B33; }
span { border-color: rgb(214,11,51); }
td.TdClassName
{
border-color: #D60B33;
}
.TagClassName
{
border-color: #D60B33;
}
</style>