Shades of Crimson #D00632
Tints of Crimson #D00632
RGB
CMYK
RGB Variations
Color information
#D00632 (or 0xD00632) is known color: Crimson. HEX triplet: D0, 06 and 32. RGB value is (208,6,50). Sum of RGB (Red+Green+Blue) = 208+6+50=264 (34% of max value = 765). Red value is 208 (81.64% from 255 or 78.79% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 208 - color contains mainly: red. Hex color #D00632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00632 is #2FF9CD. Grayscale: #474747. Windows color (decimal): -3144142 or 3278544. OLE color: 3278544.
HSL color Cylindrical-coordinate representation of color #D00632: hue angle of 346.93º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00632 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 50 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.18 |
| HSL | 346.93º | 0.94% | 0.42% | - |
| HSV(B) | 346.93º | 0.97% | 0.82% | - |
| XYZ | 26.65 | 13.77 | 4.27 | - |
| YUV | 71.41 | 115.92 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 50 | 0 | 0.97 | 0.76 | 0.18 | 346.93 | 0.94 | 0.42 |
| Hex | D0 | 6 | 32 | 0 | 61 | 4C | 12 | 15B | 5E | 2A |
| Octal | 320 | 6 | 62 | 0 | 141 | 114 | 22 | 533 | 136 | 52 |
| Binary | 11010000 | 110 | 110010 | 0 | 1100001 | 1001100 | 10010 | 101011011 | 1011110 | 101010 |
Color Harmonies of #D00632
Complementary color
Monochromatic Colors of #D00632
Black with #D00632
Text Example
Text Example
White with #D00632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00632; }
p { color: rgb(208,6,50); }
H1.HeaderClassName
{
color: #D00632;
}
.AnyTagClassName
{
color: #D00632;
}
</style>
background-color css
<style>
a { background-color: #D00632; }
a { background-color: rgb(208,6,50); }
div.DivClassName
{
background-color: #D00632;
}
.BgClassName
{
background-color: #D00632;
}
</style>
border-color css
<style>
span { border-color: #D00632; }
span { border-color: rgb(208,6,50); }
td.TdClassName
{
border-color: #D00632;
}
.TagClassName
{
border-color: #D00632;
}
</style>