Shades of Crimson #D2053A
Tints of Crimson #D2053A
RGB
CMYK
RGB Variations
Color information
#D2053A (or 0xD2053A) is known color: Crimson. HEX triplet: D2, 05 and 3A. RGB value is (210,5,58). Sum of RGB (Red+Green+Blue) = 210+5+58=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D2053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2053A is #2DFAC5. Grayscale: #484848. Windows color (decimal): -3013318 or 3802578. OLE color: 3802578.
HSL color Cylindrical-coordinate representation of color #D2053A: hue angle of 344.49º 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 #D2053A is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 58 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.18 |
| HSL | 344.49º | 0.95% | 0.42% | - |
| HSV(B) | 344.49º | 0.98% | 0.82% | - |
| XYZ | 27.4 | 14.12 | 5.28 | - |
| YUV | 72.34 | 119.92 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 58 | 0 | 0.98 | 0.72 | 0.18 | 344.49 | 0.95 | 0.42 |
| Hex | D2 | 5 | 3A | 0 | 62 | 48 | 12 | 158 | 5F | 2A |
| Octal | 322 | 5 | 72 | 0 | 142 | 110 | 22 | 530 | 137 | 52 |
| Binary | 11010010 | 101 | 111010 | 0 | 1100010 | 1001000 | 10010 | 101011000 | 1011111 | 101010 |
Color Harmonies of #D2053A
Complementary color
Monochromatic Colors of #D2053A
Black with #D2053A
Text Example
Text Example
White with #D2053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2053A; }
p { color: rgb(210,5,58); }
H1.HeaderClassName
{
color: #D2053A;
}
.AnyTagClassName
{
color: #D2053A;
}
</style>
background-color css
<style>
a { background-color: #D2053A; }
a { background-color: rgb(210,5,58); }
div.DivClassName
{
background-color: #D2053A;
}
.BgClassName
{
background-color: #D2053A;
}
</style>
border-color css
<style>
span { border-color: #D2053A; }
span { border-color: rgb(210,5,58); }
td.TdClassName
{
border-color: #D2053A;
}
.TagClassName
{
border-color: #D2053A;
}
</style>