Shades of Crimson #D2032E
Tints of Crimson #D2032E
RGB
CMYK
RGB Variations
Color information
#D2032E (or 0xD2032E) is known color: Crimson. HEX triplet: D2, 03 and 2E. RGB value is (210,3,46). Sum of RGB (Red+Green+Blue) = 210+3+46=259 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.08% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 210 - color contains mainly: red. Hex color #D2032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2032E is #2DFCD1. Grayscale: #454545. Windows color (decimal): -3013842 or 3015634. OLE color: 3015634.
HSL color Cylindrical-coordinate representation of color #D2032E: hue angle of 347.54º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2032E is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 46 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.18 |
| HSL | 347.54º | 0.97% | 0.42% | - |
| HSV(B) | 347.54º | 0.99% | 0.82% | - |
| XYZ | 27.1 | 13.96 | 3.85 | - |
| YUV | 69.8 | 114.58 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 46 | 0 | 0.99 | 0.78 | 0.18 | 347.54 | 0.97 | 0.42 |
| Hex | D2 | 3 | 2E | 0 | 63 | 4E | 12 | 15C | 61 | 2A |
| Octal | 322 | 3 | 56 | 0 | 143 | 116 | 22 | 534 | 141 | 52 |
| Binary | 11010010 | 11 | 101110 | 0 | 1100011 | 1001110 | 10010 | 101011100 | 1100001 | 101010 |
Color Harmonies of #D2032E
Complementary color
Monochromatic Colors of #D2032E
Black with #D2032E
Text Example
Text Example
White with #D2032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2032E; }
p { color: rgb(210,3,46); }
H1.HeaderClassName
{
color: #D2032E;
}
.AnyTagClassName
{
color: #D2032E;
}
</style>
background-color css
<style>
a { background-color: #D2032E; }
a { background-color: rgb(210,3,46); }
div.DivClassName
{
background-color: #D2032E;
}
.BgClassName
{
background-color: #D2032E;
}
</style>
border-color css
<style>
span { border-color: #D2032E; }
span { border-color: rgb(210,3,46); }
td.TdClassName
{
border-color: #D2032E;
}
.TagClassName
{
border-color: #D2032E;
}
</style>