Shades of Crimson #D20139
Tints of Crimson #D20139
RGB
CMYK
RGB Variations
Color information
#D20139 (or 0xD20139) is known color: Crimson. HEX triplet: D2, 01 and 39. RGB value is (210,1,57). Sum of RGB (Red+Green+Blue) = 210+1+57=268 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.36% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 210 - color contains mainly: red. Hex color #D20139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20139 is #2DFEC6. Grayscale: #454545. Windows color (decimal): -3014343 or 3736018. OLE color: 3736018.
HSL color Cylindrical-coordinate representation of color #D20139: hue angle of 343.92º 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 #D20139 is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 57 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.18 |
| HSL | 343.92º | 0.99% | 0.41% | - |
| HSV(B) | 343.92º | 1% | 0.82% | - |
| XYZ | 27.33 | 14.02 | 5.14 | - |
| YUV | 69.88 | 120.74 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 57 | 0 | 1.00 | 0.73 | 0.18 | 343.92 | 0.99 | 0.41 |
| Hex | D2 | 1 | 39 | 0 | 64 | 49 | 12 | 158 | 63 | 29 |
| Octal | 322 | 1 | 71 | 0 | 144 | 111 | 22 | 530 | 143 | 51 |
| Binary | 11010010 | 1 | 111001 | 0 | 1100100 | 1001001 | 10010 | 101011000 | 1100011 | 101001 |
Color Harmonies of #D20139
Complementary color
Monochromatic Colors of #D20139
Black with #D20139
Text Example
Text Example
White with #D20139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20139; }
p { color: rgb(210,1,57); }
H1.HeaderClassName
{
color: #D20139;
}
.AnyTagClassName
{
color: #D20139;
}
</style>
background-color css
<style>
a { background-color: #D20139; }
a { background-color: rgb(210,1,57); }
div.DivClassName
{
background-color: #D20139;
}
.BgClassName
{
background-color: #D20139;
}
</style>
border-color css
<style>
span { border-color: #D20139; }
span { border-color: rgb(210,1,57); }
td.TdClassName
{
border-color: #D20139;
}
.TagClassName
{
border-color: #D20139;
}
</style>