Shades of Crimson #D00236
Tints of Crimson #D00236
RGB
CMYK
RGB Variations
Color information
#D00236 (or 0xD00236) is known color: Crimson. HEX triplet: D0, 02 and 36. RGB value is (208,2,54). Sum of RGB (Red+Green+Blue) = 208+2+54=264 (34% of max value = 765). Red value is 208 (81.64% from 255 or 78.79% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 208 - color contains mainly: red. Hex color #D00236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00236 is #2FFDC9. Grayscale: #454545. Windows color (decimal): -3145162 or 3539664. OLE color: 3539664.
HSL color Cylindrical-coordinate representation of color #D00236: hue angle of 344.85º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00236 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.18 |
| HSL | 344.85º | 0.98% | 0.41% | - |
| HSV(B) | 344.85º | 0.99% | 0.82% | - |
| XYZ | 26.7 | 13.72 | 4.73 | - |
| YUV | 69.52 | 119.25 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 54 | 0 | 0.99 | 0.74 | 0.18 | 344.85 | 0.98 | 0.41 |
| Hex | D0 | 2 | 36 | 0 | 63 | 4A | 12 | 159 | 62 | 29 |
| Octal | 320 | 2 | 66 | 0 | 143 | 112 | 22 | 531 | 142 | 51 |
| Binary | 11010000 | 10 | 110110 | 0 | 1100011 | 1001010 | 10010 | 101011001 | 1100010 | 101001 |
Color Harmonies of #D00236
Complementary color
Monochromatic Colors of #D00236
Black with #D00236
Text Example
Text Example
White with #D00236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00236; }
p { color: rgb(208,2,54); }
H1.HeaderClassName
{
color: #D00236;
}
.AnyTagClassName
{
color: #D00236;
}
</style>
background-color css
<style>
a { background-color: #D00236; }
a { background-color: rgb(208,2,54); }
div.DivClassName
{
background-color: #D00236;
}
.BgClassName
{
background-color: #D00236;
}
</style>
border-color css
<style>
span { border-color: #D00236; }
span { border-color: rgb(208,2,54); }
td.TdClassName
{
border-color: #D00236;
}
.TagClassName
{
border-color: #D00236;
}
</style>