Shades of Crimson #D2003F
Tints of Crimson #D2003F
RGB
CMYK
RGB Variations
Color information
#D2003F (or 0xD2003F) is known color: Crimson. HEX triplet: D2, 00 and 3F. RGB value is (210,0,63). Sum of RGB (Red+Green+Blue) = 210+0+63=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D2003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2003F is #2DFFC0. Grayscale: #454545. Windows color (decimal): -3014593 or 4128978. OLE color: 4128978.
HSL color Cylindrical-coordinate representation of color #D2003F: hue angle of 342º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2003F is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.70 | 0.18 |
| HSL | 342º | 1% | 0.41% | - |
| HSV(B) | 342º | 1% | 0.82% | - |
| XYZ | 27.48 | 14.06 | 5.97 | - |
| YUV | 69.97 | 124.07 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 63 | 0 | 1 | 0.70 | 0.18 | 342 | 1 | 0.41 |
| Hex | D2 | 0 | 3F | 0 | 64 | 46 | 12 | 156 | 64 | 29 |
| Octal | 322 | 0 | 77 | 0 | 144 | 106 | 22 | 526 | 144 | 51 |
| Binary | 11010010 | 0 | 111111 | 0 | 1100100 | 1000110 | 10010 | 101010110 | 1100100 | 101001 |
Color Harmonies of #D2003F
Complementary color
Monochromatic Colors of #D2003F
Black with #D2003F
Text Example
Text Example
White with #D2003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2003F; }
p { color: rgb(210,0,63); }
H1.HeaderClassName
{
color: #D2003F;
}
.AnyTagClassName
{
color: #D2003F;
}
</style>
background-color css
<style>
a { background-color: #D2003F; }
a { background-color: rgb(210,0,63); }
div.DivClassName
{
background-color: #D2003F;
}
.BgClassName
{
background-color: #D2003F;
}
</style>
border-color css
<style>
span { border-color: #D2003F; }
span { border-color: rgb(210,0,63); }
td.TdClassName
{
border-color: #D2003F;
}
.TagClassName
{
border-color: #D2003F;
}
</style>