Shades of Crimson #D2053E
Tints of Crimson #D2053E
RGB
CMYK
RGB Variations
Color information
#D2053E (or 0xD2053E) is known color: Crimson. HEX triplet: D2, 05 and 3E. RGB value is (210,5,62). Sum of RGB (Red+Green+Blue) = 210+5+62=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D2053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2053E is #2DFAC1. Grayscale: #484848. Windows color (decimal): -3013314 or 4064722. OLE color: 4064722.
HSL color Cylindrical-coordinate representation of color #D2053E: hue angle of 343.32º 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 #D2053E is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 62 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.18 |
| HSL | 343.32º | 0.95% | 0.42% | - |
| HSV(B) | 343.32º | 0.98% | 0.82% | - |
| XYZ | 27.5 | 14.16 | 5.84 | - |
| YUV | 72.79 | 121.92 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 62 | 0 | 0.98 | 0.70 | 0.18 | 343.32 | 0.95 | 0.42 |
| Hex | D2 | 5 | 3E | 0 | 62 | 46 | 12 | 157 | 5F | 2A |
| Octal | 322 | 5 | 76 | 0 | 142 | 106 | 22 | 527 | 137 | 52 |
| Binary | 11010010 | 101 | 111110 | 0 | 1100010 | 1000110 | 10010 | 101010111 | 1011111 | 101010 |
Color Harmonies of #D2053E
Complementary color
Monochromatic Colors of #D2053E
Black with #D2053E
Text Example
Text Example
White with #D2053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2053E; }
p { color: rgb(210,5,62); }
H1.HeaderClassName
{
color: #D2053E;
}
.AnyTagClassName
{
color: #D2053E;
}
</style>
background-color css
<style>
a { background-color: #D2053E; }
a { background-color: rgb(210,5,62); }
div.DivClassName
{
background-color: #D2053E;
}
.BgClassName
{
background-color: #D2053E;
}
</style>
border-color css
<style>
span { border-color: #D2053E; }
span { border-color: rgb(210,5,62); }
td.TdClassName
{
border-color: #D2053E;
}
.TagClassName
{
border-color: #D2053E;
}
</style>