Shades of Crimson #D4032F
Tints of Crimson #D4032F
RGB
CMYK
RGB Variations
Color information
#D4032F (or 0xD4032F) is known color: Crimson. HEX triplet: D4, 03 and 2F. RGB value is (212,3,47). Sum of RGB (Red+Green+Blue) = 212+3+47=262 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.92% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 212 - color contains mainly: red. Hex color #D4032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4032F is #2BFCD0. Grayscale: #464646. Windows color (decimal): -2882769 or 3081172. OLE color: 3081172.
HSL color Cylindrical-coordinate representation of color #D4032F: hue angle of 347.37º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4032F is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 47 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.17 |
| HSL | 347.37º | 0.97% | 0.42% | - |
| HSV(B) | 347.37º | 0.99% | 0.83% | - |
| XYZ | 27.7 | 14.27 | 3.98 | - |
| YUV | 70.51 | 114.74 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 47 | 0 | 0.99 | 0.78 | 0.17 | 347.37 | 0.97 | 0.42 |
| Hex | D4 | 3 | 2F | 0 | 63 | 4E | 11 | 15B | 61 | 2A |
| Octal | 324 | 3 | 57 | 0 | 143 | 116 | 21 | 533 | 141 | 52 |
| Binary | 11010100 | 11 | 101111 | 0 | 1100011 | 1001110 | 10001 | 101011011 | 1100001 | 101010 |
Color Harmonies of #D4032F
Complementary color
Monochromatic Colors of #D4032F
Black with #D4032F
Text Example
Text Example
White with #D4032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4032F; }
p { color: rgb(212,3,47); }
H1.HeaderClassName
{
color: #D4032F;
}
.AnyTagClassName
{
color: #D4032F;
}
</style>
background-color css
<style>
a { background-color: #D4032F; }
a { background-color: rgb(212,3,47); }
div.DivClassName
{
background-color: #D4032F;
}
.BgClassName
{
background-color: #D4032F;
}
</style>
border-color css
<style>
span { border-color: #D4032F; }
span { border-color: rgb(212,3,47); }
td.TdClassName
{
border-color: #D4032F;
}
.TagClassName
{
border-color: #D4032F;
}
</style>