Shades of Crimson #D60233
Tints of Crimson #D60233
RGB
CMYK
RGB Variations
Color information
#D60233 (or 0xD60233) is known color: Crimson. HEX triplet: D6, 02 and 33. RGB value is (214,2,51). Sum of RGB (Red+Green+Blue) = 214+2+51=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D60233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60233 is #29FDCC. Grayscale: #464646. Windows color (decimal): -2751949 or 3343062. OLE color: 3343062.
HSL color Cylindrical-coordinate representation of color #D60233: hue angle of 346.13º 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 #D60233 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 51 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.16 |
| HSL | 346.13º | 0.98% | 0.42% | - |
| HSV(B) | 346.13º | 0.99% | 0.84% | - |
| XYZ | 28.35 | 14.58 | 4.45 | - |
| YUV | 70.97 | 116.74 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 51 | 0 | 0.99 | 0.76 | 0.16 | 346.13 | 0.98 | 0.42 |
| Hex | D6 | 2 | 33 | 0 | 63 | 4C | 10 | 15A | 62 | 2A |
| Octal | 326 | 2 | 63 | 0 | 143 | 114 | 20 | 532 | 142 | 52 |
| Binary | 11010110 | 10 | 110011 | 0 | 1100011 | 1001100 | 10000 | 101011010 | 1100010 | 101010 |
Color Harmonies of #D60233
Complementary color
Monochromatic Colors of #D60233
Black with #D60233
Text Example
Text Example
White with #D60233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60233; }
p { color: rgb(214,2,51); }
H1.HeaderClassName
{
color: #D60233;
}
.AnyTagClassName
{
color: #D60233;
}
</style>
background-color css
<style>
a { background-color: #D60233; }
a { background-color: rgb(214,2,51); }
div.DivClassName
{
background-color: #D60233;
}
.BgClassName
{
background-color: #D60233;
}
</style>
border-color css
<style>
span { border-color: #D60233; }
span { border-color: rgb(214,2,51); }
td.TdClassName
{
border-color: #D60233;
}
.TagClassName
{
border-color: #D60233;
}
</style>