Shades of Crimson #D4003F
Tints of Crimson #D4003F
RGB
CMYK
RGB Variations
Color information
#D4003F (or 0xD4003F) is known color: Crimson. HEX triplet: D4, 00 and 3F. RGB value is (212,0,63). Sum of RGB (Red+Green+Blue) = 212+0+63=275 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.09% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 212 - color contains mainly: red. Hex color #D4003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4003F is #2BFFC0. Grayscale: #464646. Windows color (decimal): -2883521 or 4128980. OLE color: 4128980.
HSL color Cylindrical-coordinate representation of color #D4003F: hue angle of 342.17º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4003F is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.70 | 0.17 |
| HSL | 342.17º | 1% | 0.42% | - |
| HSV(B) | 342.17º | 1% | 0.83% | - |
| XYZ | 28.05 | 14.36 | 6 | - |
| YUV | 70.57 | 123.74 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 63 | 0 | 1 | 0.70 | 0.17 | 342.17 | 1 | 0.42 |
| Hex | D4 | 0 | 3F | 0 | 64 | 46 | 11 | 156 | 64 | 2A |
| Octal | 324 | 0 | 77 | 0 | 144 | 106 | 21 | 526 | 144 | 52 |
| Binary | 11010100 | 0 | 111111 | 0 | 1100100 | 1000110 | 10001 | 101010110 | 1100100 | 101010 |
Color Harmonies of #D4003F
Complementary color
Monochromatic Colors of #D4003F
Black with #D4003F
Text Example
Text Example
White with #D4003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4003F; }
p { color: rgb(212,0,63); }
H1.HeaderClassName
{
color: #D4003F;
}
.AnyTagClassName
{
color: #D4003F;
}
</style>
background-color css
<style>
a { background-color: #D4003F; }
a { background-color: rgb(212,0,63); }
div.DivClassName
{
background-color: #D4003F;
}
.BgClassName
{
background-color: #D4003F;
}
</style>
border-color css
<style>
span { border-color: #D4003F; }
span { border-color: rgb(212,0,63); }
td.TdClassName
{
border-color: #D4003F;
}
.TagClassName
{
border-color: #D4003F;
}
</style>