Shades of Crimson #D2073A
Tints of Crimson #D2073A
RGB
CMYK
RGB Variations
Color information
#D2073A (or 0xD2073A) is known color: Crimson. HEX triplet: D2, 07 and 3A. RGB value is (210,7,58). Sum of RGB (Red+Green+Blue) = 210+7+58=275 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.36% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 210 - color contains mainly: red. Hex color #D2073A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2073A is #2DF8C5. Grayscale: #494949. Windows color (decimal): -3012806 or 3803090. OLE color: 3803090.
HSL color Cylindrical-coordinate representation of color #D2073A: hue angle of 344.93º 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 #D2073A is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 58 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.18 |
| HSL | 344.93º | 0.94% | 0.43% | - |
| HSV(B) | 344.93º | 0.97% | 0.82% | - |
| XYZ | 27.42 | 14.16 | 5.29 | - |
| YUV | 73.51 | 119.25 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 58 | 0 | 0.97 | 0.72 | 0.18 | 344.93 | 0.94 | 0.43 |
| Hex | D2 | 7 | 3A | 0 | 61 | 48 | 12 | 159 | 5E | 2B |
| Octal | 322 | 7 | 72 | 0 | 141 | 110 | 22 | 531 | 136 | 53 |
| Binary | 11010010 | 111 | 111010 | 0 | 1100001 | 1001000 | 10010 | 101011001 | 1011110 | 101011 |
Color Harmonies of #D2073A
Complementary color
Monochromatic Colors of #D2073A
Black with #D2073A
Text Example
Text Example
White with #D2073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2073A; }
p { color: rgb(210,7,58); }
H1.HeaderClassName
{
color: #D2073A;
}
.AnyTagClassName
{
color: #D2073A;
}
</style>
background-color css
<style>
a { background-color: #D2073A; }
a { background-color: rgb(210,7,58); }
div.DivClassName
{
background-color: #D2073A;
}
.BgClassName
{
background-color: #D2073A;
}
</style>
border-color css
<style>
span { border-color: #D2073A; }
span { border-color: rgb(210,7,58); }
td.TdClassName
{
border-color: #D2073A;
}
.TagClassName
{
border-color: #D2073A;
}
</style>