Shades of Crimson #D2073D
Tints of Crimson #D2073D
RGB
CMYK
RGB Variations
Color information
#D2073D (or 0xD2073D) is known color: Crimson. HEX triplet: D2, 07 and 3D. RGB value is (210,7,61). Sum of RGB (Red+Green+Blue) = 210+7+61=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D2073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2073D is #2DF8C2. Grayscale: #494949. Windows color (decimal): -3012803 or 3999698. OLE color: 3999698.
HSL color Cylindrical-coordinate representation of color #D2073D: hue angle of 344.04º 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 #D2073D is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.18 |
| HSL | 344.04º | 0.94% | 0.43% | - |
| HSV(B) | 344.04º | 0.97% | 0.82% | - |
| XYZ | 27.5 | 14.19 | 5.7 | - |
| YUV | 73.85 | 120.75 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 61 | 0 | 0.97 | 0.71 | 0.18 | 344.04 | 0.94 | 0.43 |
| Hex | D2 | 7 | 3D | 0 | 61 | 47 | 12 | 158 | 5E | 2B |
| Octal | 322 | 7 | 75 | 0 | 141 | 107 | 22 | 530 | 136 | 53 |
| Binary | 11010010 | 111 | 111101 | 0 | 1100001 | 1000111 | 10010 | 101011000 | 1011110 | 101011 |
Color Harmonies of #D2073D
Complementary color
Monochromatic Colors of #D2073D
Black with #D2073D
Text Example
Text Example
White with #D2073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2073D; }
p { color: rgb(210,7,61); }
H1.HeaderClassName
{
color: #D2073D;
}
.AnyTagClassName
{
color: #D2073D;
}
</style>
background-color css
<style>
a { background-color: #D2073D; }
a { background-color: rgb(210,7,61); }
div.DivClassName
{
background-color: #D2073D;
}
.BgClassName
{
background-color: #D2073D;
}
</style>
border-color css
<style>
span { border-color: #D2073D; }
span { border-color: rgb(210,7,61); }
td.TdClassName
{
border-color: #D2073D;
}
.TagClassName
{
border-color: #D2073D;
}
</style>