Shades of Crimson #D0032D
Tints of Crimson #D0032D
RGB
CMYK
RGB Variations
Color information
#D0032D (or 0xD0032D) is known color: Crimson. HEX triplet: D0, 03 and 2D. RGB value is (208,3,45). Sum of RGB (Red+Green+Blue) = 208+3+45=256 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.25% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 208 - color contains mainly: red. Hex color #D0032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0032D is #2FFCD2. Grayscale: #454545. Windows color (decimal): -3144915 or 2950096. OLE color: 2950096.
HSL color Cylindrical-coordinate representation of color #D0032D: hue angle of 347.71º degrees, saturation: 0.97, 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 #D0032D is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 45 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.18 |
| HSL | 347.71º | 0.97% | 0.41% | - |
| HSV(B) | 347.71º | 0.99% | 0.82% | - |
| XYZ | 26.52 | 13.66 | 3.72 | - |
| YUV | 69.08 | 114.42 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 45 | 0 | 0.99 | 0.78 | 0.18 | 347.71 | 0.97 | 0.41 |
| Hex | D0 | 3 | 2D | 0 | 63 | 4E | 12 | 15C | 61 | 29 |
| Octal | 320 | 3 | 55 | 0 | 143 | 116 | 22 | 534 | 141 | 51 |
| Binary | 11010000 | 11 | 101101 | 0 | 1100011 | 1001110 | 10010 | 101011100 | 1100001 | 101001 |
Color Harmonies of #D0032D
Complementary color
Monochromatic Colors of #D0032D
Black with #D0032D
Text Example
Text Example
White with #D0032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0032D; }
p { color: rgb(208,3,45); }
H1.HeaderClassName
{
color: #D0032D;
}
.AnyTagClassName
{
color: #D0032D;
}
</style>
background-color css
<style>
a { background-color: #D0032D; }
a { background-color: rgb(208,3,45); }
div.DivClassName
{
background-color: #D0032D;
}
.BgClassName
{
background-color: #D0032D;
}
</style>
border-color css
<style>
span { border-color: #D0032D; }
span { border-color: rgb(208,3,45); }
td.TdClassName
{
border-color: #D0032D;
}
.TagClassName
{
border-color: #D0032D;
}
</style>