Shades of Crimson #D2033E
Tints of Crimson #D2033E
RGB
CMYK
RGB Variations
Color information
#D2033E (or 0xD2033E) is known color: Crimson. HEX triplet: D2, 03 and 3E. RGB value is (210,3,62). Sum of RGB (Red+Green+Blue) = 210+3+62=275 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.36% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 210 - color contains mainly: red. Hex color #D2033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2033E is #2DFCC1. Grayscale: #474747. Windows color (decimal): -3013826 or 4064210. OLE color: 4064210.
HSL color Cylindrical-coordinate representation of color #D2033E: hue angle of 342.9º 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 #D2033E is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 62 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.18 |
| HSL | 342.9º | 0.97% | 0.42% | - |
| HSV(B) | 342.9º | 0.99% | 0.82% | - |
| XYZ | 27.48 | 14.11 | 5.83 | - |
| YUV | 71.62 | 122.58 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 62 | 0 | 0.99 | 0.70 | 0.18 | 342.9 | 0.97 | 0.42 |
| Hex | D2 | 3 | 3E | 0 | 63 | 46 | 12 | 157 | 61 | 2A |
| Octal | 322 | 3 | 76 | 0 | 143 | 106 | 22 | 527 | 141 | 52 |
| Binary | 11010010 | 11 | 111110 | 0 | 1100011 | 1000110 | 10010 | 101010111 | 1100001 | 101010 |
Color Harmonies of #D2033E
Complementary color
Monochromatic Colors of #D2033E
Black with #D2033E
Text Example
Text Example
White with #D2033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2033E; }
p { color: rgb(210,3,62); }
H1.HeaderClassName
{
color: #D2033E;
}
.AnyTagClassName
{
color: #D2033E;
}
</style>
background-color css
<style>
a { background-color: #D2033E; }
a { background-color: rgb(210,3,62); }
div.DivClassName
{
background-color: #D2033E;
}
.BgClassName
{
background-color: #D2033E;
}
</style>
border-color css
<style>
span { border-color: #D2033E; }
span { border-color: rgb(210,3,62); }
td.TdClassName
{
border-color: #D2033E;
}
.TagClassName
{
border-color: #D2033E;
}
</style>