Shades of Crimson #D2052D
Tints of Crimson #D2052D
RGB
CMYK
RGB Variations
Color information
#D2052D (or 0xD2052D) is known color: Crimson. HEX triplet: D2, 05 and 2D. RGB value is (210,5,45). Sum of RGB (Red+Green+Blue) = 210+5+45=260 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.77% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 210 - color contains mainly: red. Hex color #D2052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2052D is #2DFAD2. Grayscale: #464646. Windows color (decimal): -3013331 or 2950610. OLE color: 2950610.
HSL color Cylindrical-coordinate representation of color #D2052D: hue angle of 348.29º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2052D is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 45 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.18 |
| HSL | 348.29º | 0.95% | 0.42% | - |
| HSV(B) | 348.29º | 0.98% | 0.82% | - |
| XYZ | 27.11 | 14 | 3.76 | - |
| YUV | 70.86 | 113.42 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 45 | 0 | 0.98 | 0.79 | 0.18 | 348.29 | 0.95 | 0.42 |
| Hex | D2 | 5 | 2D | 0 | 62 | 4F | 12 | 15C | 5F | 2A |
| Octal | 322 | 5 | 55 | 0 | 142 | 117 | 22 | 534 | 137 | 52 |
| Binary | 11010010 | 101 | 101101 | 0 | 1100010 | 1001111 | 10010 | 101011100 | 1011111 | 101010 |
Color Harmonies of #D2052D
Complementary color
Monochromatic Colors of #D2052D
Black with #D2052D
Text Example
Text Example
White with #D2052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2052D; }
p { color: rgb(210,5,45); }
H1.HeaderClassName
{
color: #D2052D;
}
.AnyTagClassName
{
color: #D2052D;
}
</style>
background-color css
<style>
a { background-color: #D2052D; }
a { background-color: rgb(210,5,45); }
div.DivClassName
{
background-color: #D2052D;
}
.BgClassName
{
background-color: #D2052D;
}
</style>
border-color css
<style>
span { border-color: #D2052D; }
span { border-color: rgb(210,5,45); }
td.TdClassName
{
border-color: #D2052D;
}
.TagClassName
{
border-color: #D2052D;
}
</style>