Shades of Crimson #D2092F
Tints of Crimson #D2092F
RGB
CMYK
RGB Variations
Color information
#D2092F (or 0xD2092F) is known color: Crimson. HEX triplet: D2, 09 and 2F. RGB value is (210,9,47). Sum of RGB (Red+Green+Blue) = 210+9+47=266 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.95% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 210 - color contains mainly: red. Hex color #D2092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2092F is #2DF6D0. Grayscale: #494949. Windows color (decimal): -3012305 or 3082706. OLE color: 3082706.
HSL color Cylindrical-coordinate representation of color #D2092F: hue angle of 348.66º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2092F is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 47 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.18 |
| HSL | 348.66º | 0.92% | 0.43% | - |
| HSV(B) | 348.66º | 0.96% | 0.82% | - |
| XYZ | 27.19 | 14.1 | 3.98 | - |
| YUV | 73.43 | 113.09 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 47 | 0 | 0.96 | 0.78 | 0.18 | 348.66 | 0.92 | 0.43 |
| Hex | D2 | 9 | 2F | 0 | 60 | 4E | 12 | 15D | 5C | 2B |
| Octal | 322 | 11 | 57 | 0 | 140 | 116 | 22 | 535 | 134 | 53 |
| Binary | 11010010 | 1001 | 101111 | 0 | 1100000 | 1001110 | 10010 | 101011101 | 1011100 | 101011 |
Color Harmonies of #D2092F
Complementary color
Monochromatic Colors of #D2092F
Black with #D2092F
Text Example
Text Example
White with #D2092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2092F; }
p { color: rgb(210,9,47); }
H1.HeaderClassName
{
color: #D2092F;
}
.AnyTagClassName
{
color: #D2092F;
}
</style>
background-color css
<style>
a { background-color: #D2092F; }
a { background-color: rgb(210,9,47); }
div.DivClassName
{
background-color: #D2092F;
}
.BgClassName
{
background-color: #D2092F;
}
</style>
border-color css
<style>
span { border-color: #D2092F; }
span { border-color: rgb(210,9,47); }
td.TdClassName
{
border-color: #D2092F;
}
.TagClassName
{
border-color: #D2092F;
}
</style>