Shades of Crimson #D00234
Tints of Crimson #D00234
RGB
CMYK
RGB Variations
Color information
#D00234 (or 0xD00234) is known color: Crimson. HEX triplet: D0, 02 and 34. RGB value is (208,2,52). Sum of RGB (Red+Green+Blue) = 208+2+52=262 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.39% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 208 - color contains mainly: red. Hex color #D00234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00234 is #2FFDCB. Grayscale: #454545. Windows color (decimal): -3145164 or 3408592. OLE color: 3408592.
HSL color Cylindrical-coordinate representation of color #D00234: hue angle of 345.44º 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 #D00234 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 52 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.18 |
| HSL | 345.44º | 0.98% | 0.41% | - |
| HSV(B) | 345.44º | 0.99% | 0.82% | - |
| XYZ | 26.65 | 13.7 | 4.49 | - |
| YUV | 69.29 | 118.25 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 52 | 0 | 0.99 | 0.75 | 0.18 | 345.44 | 0.98 | 0.41 |
| Hex | D0 | 2 | 34 | 0 | 63 | 4B | 12 | 159 | 62 | 29 |
| Octal | 320 | 2 | 64 | 0 | 143 | 113 | 22 | 531 | 142 | 51 |
| Binary | 11010000 | 10 | 110100 | 0 | 1100011 | 1001011 | 10010 | 101011001 | 1100010 | 101001 |
Color Harmonies of #D00234
Complementary color
Monochromatic Colors of #D00234
Black with #D00234
Text Example
Text Example
White with #D00234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00234; }
p { color: rgb(208,2,52); }
H1.HeaderClassName
{
color: #D00234;
}
.AnyTagClassName
{
color: #D00234;
}
</style>
background-color css
<style>
a { background-color: #D00234; }
a { background-color: rgb(208,2,52); }
div.DivClassName
{
background-color: #D00234;
}
.BgClassName
{
background-color: #D00234;
}
</style>
border-color css
<style>
span { border-color: #D00234; }
span { border-color: rgb(208,2,52); }
td.TdClassName
{
border-color: #D00234;
}
.TagClassName
{
border-color: #D00234;
}
</style>