Shades of Crimson #D00239
Tints of Crimson #D00239
RGB
CMYK
RGB Variations
Color information
#D00239 (or 0xD00239) is known color: Crimson. HEX triplet: D0, 02 and 39. RGB value is (208,2,57). Sum of RGB (Red+Green+Blue) = 208+2+57=267 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.90% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 208 - color contains mainly: red. Hex color #D00239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00239 is #2FFDC6. Grayscale: #454545. Windows color (decimal): -3145159 or 3736272. OLE color: 3736272.
HSL color Cylindrical-coordinate representation of color #D00239: hue angle of 343.98º 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 #D00239 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.18 |
| HSL | 343.98º | 0.98% | 0.41% | - |
| HSV(B) | 343.98º | 0.99% | 0.82% | - |
| XYZ | 26.77 | 13.75 | 5.11 | - |
| YUV | 69.86 | 120.75 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 57 | 0 | 0.99 | 0.73 | 0.18 | 343.98 | 0.98 | 0.41 |
| Hex | D0 | 2 | 39 | 0 | 63 | 49 | 12 | 158 | 62 | 29 |
| Octal | 320 | 2 | 71 | 0 | 143 | 111 | 22 | 530 | 142 | 51 |
| Binary | 11010000 | 10 | 111001 | 0 | 1100011 | 1001001 | 10010 | 101011000 | 1100010 | 101001 |
Color Harmonies of #D00239
Complementary color
Monochromatic Colors of #D00239
Black with #D00239
Text Example
Text Example
White with #D00239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00239; }
p { color: rgb(208,2,57); }
H1.HeaderClassName
{
color: #D00239;
}
.AnyTagClassName
{
color: #D00239;
}
</style>
background-color css
<style>
a { background-color: #D00239; }
a { background-color: rgb(208,2,57); }
div.DivClassName
{
background-color: #D00239;
}
.BgClassName
{
background-color: #D00239;
}
</style>
border-color css
<style>
span { border-color: #D00239; }
span { border-color: rgb(208,2,57); }
td.TdClassName
{
border-color: #D00239;
}
.TagClassName
{
border-color: #D00239;
}
</style>