Shades of Crimson #D20F4D
Tints of Crimson #D20F4D
RGB
CMYK
RGB Variations
Color information
#D20F4D (or 0xD20F4D) is known color: Crimson. HEX triplet: D2, 0F and 4D. RGB value is (210,15,77). Sum of RGB (Red+Green+Blue) = 210+15+77=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20F4D is #2DF0B2. Grayscale: #505050. Windows color (decimal): -3010739 or 5050322. OLE color: 5050322.
HSL color Cylindrical-coordinate representation of color #D20F4D: hue angle of 340.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20F4D is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 15 | 77 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.18 |
| HSL | 340.92º | 0.87% | 0.44% | - |
| HSV(B) | 340.92º | 0.93% | 0.82% | - |
| XYZ | 28.09 | 14.58 | 8.35 | - |
| YUV | 80.37 | 126.1 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 77 | 0 | 0.93 | 0.63 | 0.18 | 340.92 | 0.87 | 0.44 |
| Hex | D2 | F | 4D | 0 | 5D | 3F | 12 | 155 | 57 | 2C |
| Octal | 322 | 17 | 115 | 0 | 135 | 77 | 22 | 525 | 127 | 54 |
| Binary | 11010010 | 1111 | 1001101 | 0 | 1011101 | 111111 | 10010 | 101010101 | 1010111 | 101100 |
Color Harmonies of #D20F4D
Complementary color
Monochromatic Colors of #D20F4D
Black with #D20F4D
Text Example
Text Example
White with #D20F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20F4D; }
p { color: rgb(210,15,77); }
H1.HeaderClassName
{
color: #D20F4D;
}
.AnyTagClassName
{
color: #D20F4D;
}
</style>
background-color css
<style>
a { background-color: #D20F4D; }
a { background-color: rgb(210,15,77); }
div.DivClassName
{
background-color: #D20F4D;
}
.BgClassName
{
background-color: #D20F4D;
}
</style>
border-color css
<style>
span { border-color: #D20F4D; }
span { border-color: rgb(210,15,77); }
td.TdClassName
{
border-color: #D20F4D;
}
.TagClassName
{
border-color: #D20F4D;
}
</style>