Shades of Crimson #D00532
Tints of Crimson #D00532
RGB
CMYK
RGB Variations
Color information
#D00532 (or 0xD00532) is known color: Crimson. HEX triplet: D0, 05 and 32. RGB value is (208,5,50). Sum of RGB (Red+Green+Blue) = 208+5+50=263 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.09% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 208 - color contains mainly: red. Hex color #D00532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00532 is #2FFACD. Grayscale: #464646. Windows color (decimal): -3144398 or 3278288. OLE color: 3278288.
HSL color Cylindrical-coordinate representation of color #D00532: hue angle of 346.7º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00532 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 50 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.18 |
| HSL | 346.7º | 0.95% | 0.42% | - |
| HSV(B) | 346.7º | 0.98% | 0.82% | - |
| XYZ | 26.64 | 13.75 | 4.27 | - |
| YUV | 70.83 | 116.25 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 50 | 0 | 0.98 | 0.76 | 0.18 | 346.7 | 0.95 | 0.42 |
| Hex | D0 | 5 | 32 | 0 | 62 | 4C | 12 | 15B | 5F | 2A |
| Octal | 320 | 5 | 62 | 0 | 142 | 114 | 22 | 533 | 137 | 52 |
| Binary | 11010000 | 101 | 110010 | 0 | 1100010 | 1001100 | 10010 | 101011011 | 1011111 | 101010 |
Color Harmonies of #D00532
Complementary color
Monochromatic Colors of #D00532
Black with #D00532
Text Example
Text Example
White with #D00532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00532; }
p { color: rgb(208,5,50); }
H1.HeaderClassName
{
color: #D00532;
}
.AnyTagClassName
{
color: #D00532;
}
</style>
background-color css
<style>
a { background-color: #D00532; }
a { background-color: rgb(208,5,50); }
div.DivClassName
{
background-color: #D00532;
}
.BgClassName
{
background-color: #D00532;
}
</style>
border-color css
<style>
span { border-color: #D00532; }
span { border-color: rgb(208,5,50); }
td.TdClassName
{
border-color: #D00532;
}
.TagClassName
{
border-color: #D00532;
}
</style>