Shades of Crimson #D60232
Tints of Crimson #D60232
RGB
CMYK
RGB Variations
Color information
#D60232 (or 0xD60232) is known color: Crimson. HEX triplet: D6, 02 and 32. RGB value is (214,2,50). Sum of RGB (Red+Green+Blue) = 214+2+50=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D60232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60232 is #29FDCD. Grayscale: #464646. Windows color (decimal): -2751950 or 3277526. OLE color: 3277526.
HSL color Cylindrical-coordinate representation of color #D60232: hue angle of 346.42º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60232 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 50 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.16 |
| HSL | 346.42º | 0.98% | 0.42% | - |
| HSV(B) | 346.42º | 0.99% | 0.84% | - |
| XYZ | 28.33 | 14.57 | 4.34 | - |
| YUV | 70.86 | 116.24 | 230.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 50 | 0 | 0.99 | 0.77 | 0.16 | 346.42 | 0.98 | 0.42 |
| Hex | D6 | 2 | 32 | 0 | 63 | 4D | 10 | 15A | 62 | 2A |
| Octal | 326 | 2 | 62 | 0 | 143 | 115 | 20 | 532 | 142 | 52 |
| Binary | 11010110 | 10 | 110010 | 0 | 1100011 | 1001101 | 10000 | 101011010 | 1100010 | 101010 |
Color Harmonies of #D60232
Complementary color
Monochromatic Colors of #D60232
Black with #D60232
Text Example
Text Example
White with #D60232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60232; }
p { color: rgb(214,2,50); }
H1.HeaderClassName
{
color: #D60232;
}
.AnyTagClassName
{
color: #D60232;
}
</style>
background-color css
<style>
a { background-color: #D60232; }
a { background-color: rgb(214,2,50); }
div.DivClassName
{
background-color: #D60232;
}
.BgClassName
{
background-color: #D60232;
}
</style>
border-color css
<style>
span { border-color: #D60232; }
span { border-color: rgb(214,2,50); }
td.TdClassName
{
border-color: #D60232;
}
.TagClassName
{
border-color: #D60232;
}
</style>