Shades of Crimson #D20B4A
Tints of Crimson #D20B4A
RGB
CMYK
RGB Variations
Color information
#D20B4A (or 0xD20B4A) is known color: Crimson. HEX triplet: D2, 0B and 4A. RGB value is (210,11,74). Sum of RGB (Red+Green+Blue) = 210+11+74=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20B4A is #2DF4B5. Grayscale: #4D4D4D. Windows color (decimal): -3011766 or 4852690. OLE color: 4852690.
HSL color Cylindrical-coordinate representation of color #D20B4A: hue angle of 341.01º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20B4A is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 11 | 74 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.18 |
| HSL | 341.01º | 0.9% | 0.43% | - |
| HSV(B) | 341.01º | 0.95% | 0.82% | - |
| XYZ | 27.93 | 14.44 | 7.79 | - |
| YUV | 77.68 | 125.93 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 11 | 74 | 0 | 0.95 | 0.65 | 0.18 | 341.01 | 0.9 | 0.43 |
| Hex | D2 | B | 4A | 0 | 5F | 41 | 12 | 155 | 5A | 2B |
| Octal | 322 | 13 | 112 | 0 | 137 | 101 | 22 | 525 | 132 | 53 |
| Binary | 11010010 | 1011 | 1001010 | 0 | 1011111 | 1000001 | 10010 | 101010101 | 1011010 | 101011 |
Color Harmonies of #D20B4A
Complementary color
Monochromatic Colors of #D20B4A
Black with #D20B4A
Text Example
Text Example
White with #D20B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20B4A; }
p { color: rgb(210,11,74); }
H1.HeaderClassName
{
color: #D20B4A;
}
.AnyTagClassName
{
color: #D20B4A;
}
</style>
background-color css
<style>
a { background-color: #D20B4A; }
a { background-color: rgb(210,11,74); }
div.DivClassName
{
background-color: #D20B4A;
}
.BgClassName
{
background-color: #D20B4A;
}
</style>
border-color css
<style>
span { border-color: #D20B4A; }
span { border-color: rgb(210,11,74); }
td.TdClassName
{
border-color: #D20B4A;
}
.TagClassName
{
border-color: #D20B4A;
}
</style>