Shades of Crimson #D20530
Tints of Crimson #D20530
RGB
CMYK
RGB Variations
Color information
#D20530 (or 0xD20530) is known color: Crimson. HEX triplet: D2, 05 and 30. RGB value is (210,5,48). Sum of RGB (Red+Green+Blue) = 210+5+48=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D20530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20530 is #2DFACF. Grayscale: #474747. Windows color (decimal): -3013328 or 3147218. OLE color: 3147218.
HSL color Cylindrical-coordinate representation of color #D20530: hue angle of 347.41º 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 #D20530 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 48 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.18 |
| HSL | 347.41º | 0.95% | 0.42% | - |
| HSV(B) | 347.41º | 0.98% | 0.82% | - |
| XYZ | 27.17 | 14.02 | 4.07 | - |
| YUV | 71.2 | 114.92 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 48 | 0 | 0.98 | 0.77 | 0.18 | 347.41 | 0.95 | 0.42 |
| Hex | D2 | 5 | 30 | 0 | 62 | 4D | 12 | 15B | 5F | 2A |
| Octal | 322 | 5 | 60 | 0 | 142 | 115 | 22 | 533 | 137 | 52 |
| Binary | 11010010 | 101 | 110000 | 0 | 1100010 | 1001101 | 10010 | 101011011 | 1011111 | 101010 |
Color Harmonies of #D20530
Complementary color
Monochromatic Colors of #D20530
Black with #D20530
Text Example
Text Example
White with #D20530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20530; }
p { color: rgb(210,5,48); }
H1.HeaderClassName
{
color: #D20530;
}
.AnyTagClassName
{
color: #D20530;
}
</style>
background-color css
<style>
a { background-color: #D20530; }
a { background-color: rgb(210,5,48); }
div.DivClassName
{
background-color: #D20530;
}
.BgClassName
{
background-color: #D20530;
}
</style>
border-color css
<style>
span { border-color: #D20530; }
span { border-color: rgb(210,5,48); }
td.TdClassName
{
border-color: #D20530;
}
.TagClassName
{
border-color: #D20530;
}
</style>