Shades of Crimson #D20036
Tints of Crimson #D20036
RGB
CMYK
RGB Variations
Color information
#D20036 (or 0xD20036) is known color: Crimson. HEX triplet: D2, 00 and 36. RGB value is (210,0,54). Sum of RGB (Red+Green+Blue) = 210+0+54=264 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.55% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 210 - color contains mainly: red. Hex color #D20036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20036 is #2DFFC9. Grayscale: #444444. Windows color (decimal): -3014602 or 3539154. OLE color: 3539154.
HSL color Cylindrical-coordinate representation of color #D20036: hue angle of 344.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20036 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.74 | 0.18 |
| HSL | 344.57º | 1% | 0.41% | - |
| HSV(B) | 344.57º | 1% | 0.82% | - |
| XYZ | 27.24 | 13.97 | 4.75 | - |
| YUV | 68.95 | 119.57 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 54 | 0 | 1 | 0.74 | 0.18 | 344.57 | 1 | 0.41 |
| Hex | D2 | 0 | 36 | 0 | 64 | 4A | 12 | 159 | 64 | 29 |
| Octal | 322 | 0 | 66 | 0 | 144 | 112 | 22 | 531 | 144 | 51 |
| Binary | 11010010 | 0 | 110110 | 0 | 1100100 | 1001010 | 10010 | 101011001 | 1100100 | 101001 |
Color Harmonies of #D20036
Complementary color
Monochromatic Colors of #D20036
Black with #D20036
Text Example
Text Example
White with #D20036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20036; }
p { color: rgb(210,0,54); }
H1.HeaderClassName
{
color: #D20036;
}
.AnyTagClassName
{
color: #D20036;
}
</style>
background-color css
<style>
a { background-color: #D20036; }
a { background-color: rgb(210,0,54); }
div.DivClassName
{
background-color: #D20036;
}
.BgClassName
{
background-color: #D20036;
}
</style>
border-color css
<style>
span { border-color: #D20036; }
span { border-color: rgb(210,0,54); }
td.TdClassName
{
border-color: #D20036;
}
.TagClassName
{
border-color: #D20036;
}
</style>