Shades of Crimson #D20337
Tints of Crimson #D20337
RGB
CMYK
RGB Variations
Color information
#D20337 (or 0xD20337) is known color: Crimson. HEX triplet: D2, 03 and 37. RGB value is (210,3,55). Sum of RGB (Red+Green+Blue) = 210+3+55=268 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.36% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 210 - color contains mainly: red. Hex color #D20337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20337 is #2DFCC8. Grayscale: #464646. Windows color (decimal): -3013833 or 3605458. OLE color: 3605458.
HSL color Cylindrical-coordinate representation of color #D20337: hue angle of 344.93º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20337 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 55 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.18 |
| HSL | 344.93º | 0.97% | 0.42% | - |
| HSV(B) | 344.93º | 0.99% | 0.82% | - |
| XYZ | 27.3 | 14.04 | 4.89 | - |
| YUV | 70.82 | 119.08 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 55 | 0 | 0.99 | 0.74 | 0.18 | 344.93 | 0.97 | 0.42 |
| Hex | D2 | 3 | 37 | 0 | 63 | 4A | 12 | 159 | 61 | 2A |
| Octal | 322 | 3 | 67 | 0 | 143 | 112 | 22 | 531 | 141 | 52 |
| Binary | 11010010 | 11 | 110111 | 0 | 1100011 | 1001010 | 10010 | 101011001 | 1100001 | 101010 |
Color Harmonies of #D20337
Complementary color
Monochromatic Colors of #D20337
Black with #D20337
Text Example
Text Example
White with #D20337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20337; }
p { color: rgb(210,3,55); }
H1.HeaderClassName
{
color: #D20337;
}
.AnyTagClassName
{
color: #D20337;
}
</style>
background-color css
<style>
a { background-color: #D20337; }
a { background-color: rgb(210,3,55); }
div.DivClassName
{
background-color: #D20337;
}
.BgClassName
{
background-color: #D20337;
}
</style>
border-color css
<style>
span { border-color: #D20337; }
span { border-color: rgb(210,3,55); }
td.TdClassName
{
border-color: #D20337;
}
.TagClassName
{
border-color: #D20337;
}
</style>