Shades of Crimson #D0003F
Tints of Crimson #D0003F
RGB
CMYK
RGB Variations
Color information
#D0003F (or 0xD0003F) is known color: Crimson. HEX triplet: D0, 00 and 3F. RGB value is (208,0,63). Sum of RGB (Red+Green+Blue) = 208+0+63=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D0003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0003F is #2FFFC0. Grayscale: #454545. Windows color (decimal): -3145665 or 4128976. OLE color: 4128976.
HSL color Cylindrical-coordinate representation of color #D0003F: hue angle of 341.83º 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 #D0003F is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.70 | 0.18 |
| HSL | 341.83º | 1% | 0.41% | - |
| HSV(B) | 341.83º | 1% | 0.82% | - |
| XYZ | 26.91 | 13.77 | 5.94 | - |
| YUV | 69.37 | 124.41 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 63 | 0 | 1 | 0.70 | 0.18 | 341.83 | 1 | 0.41 |
| Hex | D0 | 0 | 3F | 0 | 64 | 46 | 12 | 156 | 64 | 29 |
| Octal | 320 | 0 | 77 | 0 | 144 | 106 | 22 | 526 | 144 | 51 |
| Binary | 11010000 | 0 | 111111 | 0 | 1100100 | 1000110 | 10010 | 101010110 | 1100100 | 101001 |
Color Harmonies of #D0003F
Complementary color
Monochromatic Colors of #D0003F
Black with #D0003F
Text Example
Text Example
White with #D0003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0003F; }
p { color: rgb(208,0,63); }
H1.HeaderClassName
{
color: #D0003F;
}
.AnyTagClassName
{
color: #D0003F;
}
</style>
background-color css
<style>
a { background-color: #D0003F; }
a { background-color: rgb(208,0,63); }
div.DivClassName
{
background-color: #D0003F;
}
.BgClassName
{
background-color: #D0003F;
}
</style>
border-color css
<style>
span { border-color: #D0003F; }
span { border-color: rgb(208,0,63); }
td.TdClassName
{
border-color: #D0003F;
}
.TagClassName
{
border-color: #D0003F;
}
</style>