Shades of Crimson #D4003C
Tints of Crimson #D4003C
RGB
CMYK
RGB Variations
Color information
#D4003C (or 0xD4003C) is known color: Crimson. HEX triplet: D4, 00 and 3C. RGB value is (212,0,60). Sum of RGB (Red+Green+Blue) = 212+0+60=272 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.94% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 212 - color contains mainly: red. Hex color #D4003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4003C is #2BFFC3. Grayscale: #464646. Windows color (decimal): -2883524 or 3932372. OLE color: 3932372.
HSL color Cylindrical-coordinate representation of color #D4003C: hue angle of 343.02º 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 #D4003C is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.72 | 0.17 |
| HSL | 343.02º | 1% | 0.42% | - |
| HSV(B) | 343.02º | 1% | 0.83% | - |
| XYZ | 27.97 | 14.32 | 5.57 | - |
| YUV | 70.23 | 122.24 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 60 | 0 | 1 | 0.72 | 0.17 | 343.02 | 1 | 0.42 |
| Hex | D4 | 0 | 3C | 0 | 64 | 48 | 11 | 157 | 64 | 2A |
| Octal | 324 | 0 | 74 | 0 | 144 | 110 | 21 | 527 | 144 | 52 |
| Binary | 11010100 | 0 | 111100 | 0 | 1100100 | 1001000 | 10001 | 101010111 | 1100100 | 101010 |
Color Harmonies of #D4003C
Complementary color
Monochromatic Colors of #D4003C
Black with #D4003C
Text Example
Text Example
White with #D4003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4003C; }
p { color: rgb(212,0,60); }
H1.HeaderClassName
{
color: #D4003C;
}
.AnyTagClassName
{
color: #D4003C;
}
</style>
background-color css
<style>
a { background-color: #D4003C; }
a { background-color: rgb(212,0,60); }
div.DivClassName
{
background-color: #D4003C;
}
.BgClassName
{
background-color: #D4003C;
}
</style>
border-color css
<style>
span { border-color: #D4003C; }
span { border-color: rgb(212,0,60); }
td.TdClassName
{
border-color: #D4003C;
}
.TagClassName
{
border-color: #D4003C;
}
</style>