Shades of Crimson #D2073B
Tints of Crimson #D2073B
RGB
CMYK
RGB Variations
Color information
#D2073B (or 0xD2073B) is known color: Crimson. HEX triplet: D2, 07 and 3B. RGB value is (210,7,59). Sum of RGB (Red+Green+Blue) = 210+7+59=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D2073B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2073B is #2DF8C4. Grayscale: #494949. Windows color (decimal): -3012805 or 3868626. OLE color: 3868626.
HSL color Cylindrical-coordinate representation of color #D2073B: hue angle of 344.63º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2073B is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 59 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.18 |
| HSL | 344.63º | 0.94% | 0.43% | - |
| HSV(B) | 344.63º | 0.97% | 0.82% | - |
| XYZ | 27.44 | 14.17 | 5.43 | - |
| YUV | 73.63 | 119.75 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 59 | 0 | 0.97 | 0.72 | 0.18 | 344.63 | 0.94 | 0.43 |
| Hex | D2 | 7 | 3B | 0 | 61 | 48 | 12 | 159 | 5E | 2B |
| Octal | 322 | 7 | 73 | 0 | 141 | 110 | 22 | 531 | 136 | 53 |
| Binary | 11010010 | 111 | 111011 | 0 | 1100001 | 1001000 | 10010 | 101011001 | 1011110 | 101011 |
Color Harmonies of #D2073B
Complementary color
Monochromatic Colors of #D2073B
Black with #D2073B
Text Example
Text Example
White with #D2073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2073B; }
p { color: rgb(210,7,59); }
H1.HeaderClassName
{
color: #D2073B;
}
.AnyTagClassName
{
color: #D2073B;
}
</style>
background-color css
<style>
a { background-color: #D2073B; }
a { background-color: rgb(210,7,59); }
div.DivClassName
{
background-color: #D2073B;
}
.BgClassName
{
background-color: #D2073B;
}
</style>
border-color css
<style>
span { border-color: #D2073B; }
span { border-color: rgb(210,7,59); }
td.TdClassName
{
border-color: #D2073B;
}
.TagClassName
{
border-color: #D2073B;
}
</style>