Shades of Crimson #D20136
Tints of Crimson #D20136
RGB
CMYK
RGB Variations
Color information
#D20136 (or 0xD20136) is known color: Crimson. HEX triplet: D2, 01 and 36. RGB value is (210,1,54). Sum of RGB (Red+Green+Blue) = 210+1+54=265 (35% of max value = 765). Red value is 210 (82.42% from 255 or 79.25% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 210 - color contains mainly: red. Hex color #D20136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20136 is #2DFEC9. Grayscale: #454545. Windows color (decimal): -3014346 or 3539410. OLE color: 3539410.
HSL color Cylindrical-coordinate representation of color #D20136: hue angle of 344.78º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20136 is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 54 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.18 |
| HSL | 344.78º | 0.99% | 0.41% | - |
| HSV(B) | 344.78º | 1% | 0.82% | - |
| XYZ | 27.26 | 13.99 | 4.75 | - |
| YUV | 69.53 | 119.24 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 54 | 0 | 1.00 | 0.74 | 0.18 | 344.78 | 0.99 | 0.41 |
| Hex | D2 | 1 | 36 | 0 | 64 | 4A | 12 | 159 | 63 | 29 |
| Octal | 322 | 1 | 66 | 0 | 144 | 112 | 22 | 531 | 143 | 51 |
| Binary | 11010010 | 1 | 110110 | 0 | 1100100 | 1001010 | 10010 | 101011001 | 1100011 | 101001 |
Color Harmonies of #D20136
Complementary color
Monochromatic Colors of #D20136
Black with #D20136
Text Example
Text Example
White with #D20136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20136; }
p { color: rgb(210,1,54); }
H1.HeaderClassName
{
color: #D20136;
}
.AnyTagClassName
{
color: #D20136;
}
</style>
background-color css
<style>
a { background-color: #D20136; }
a { background-color: rgb(210,1,54); }
div.DivClassName
{
background-color: #D20136;
}
.BgClassName
{
background-color: #D20136;
}
</style>
border-color css
<style>
span { border-color: #D20136; }
span { border-color: rgb(210,1,54); }
td.TdClassName
{
border-color: #D20136;
}
.TagClassName
{
border-color: #D20136;
}
</style>