Shades of Crimson #D20835
Tints of Crimson #D20835
RGB
CMYK
RGB Variations
Color information
#D20835 (or 0xD20835) is known color: Crimson. HEX triplet: D2, 08 and 35. RGB value is (210,8,53). Sum of RGB (Red+Green+Blue) = 210+8+53=271 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.49% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 210 - color contains mainly: red. Hex color #D20835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20835 is #2DF7CA. Grayscale: #494949. Windows color (decimal): -3012555 or 3475666. OLE color: 3475666.
HSL color Cylindrical-coordinate representation of color #D20835: hue angle of 346.63º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20835 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 53 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.18 |
| HSL | 346.63º | 0.93% | 0.43% | - |
| HSV(B) | 346.63º | 0.96% | 0.82% | - |
| XYZ | 27.31 | 14.13 | 4.66 | - |
| YUV | 73.53 | 116.42 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 53 | 0 | 0.96 | 0.75 | 0.18 | 346.63 | 0.93 | 0.43 |
| Hex | D2 | 8 | 35 | 0 | 60 | 4B | 12 | 15B | 5D | 2B |
| Octal | 322 | 10 | 65 | 0 | 140 | 113 | 22 | 533 | 135 | 53 |
| Binary | 11010010 | 1000 | 110101 | 0 | 1100000 | 1001011 | 10010 | 101011011 | 1011101 | 101011 |
Color Harmonies of #D20835
Complementary color
Monochromatic Colors of #D20835
Black with #D20835
Text Example
Text Example
White with #D20835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20835; }
p { color: rgb(210,8,53); }
H1.HeaderClassName
{
color: #D20835;
}
.AnyTagClassName
{
color: #D20835;
}
</style>
background-color css
<style>
a { background-color: #D20835; }
a { background-color: rgb(210,8,53); }
div.DivClassName
{
background-color: #D20835;
}
.BgClassName
{
background-color: #D20835;
}
</style>
border-color css
<style>
span { border-color: #D20835; }
span { border-color: rgb(210,8,53); }
td.TdClassName
{
border-color: #D20835;
}
.TagClassName
{
border-color: #D20835;
}
</style>