Shades of Crimson #D2013B
Tints of Crimson #D2013B
RGB
CMYK
RGB Variations
Color information
#D2013B (or 0xD2013B) is known color: Crimson. HEX triplet: D2, 01 and 3B. RGB value is (210,1,59). Sum of RGB (Red+Green+Blue) = 210+1+59=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D2013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2013B is #2DFEC4. Grayscale: #464646. Windows color (decimal): -3014341 or 3867090. OLE color: 3867090.
HSL color Cylindrical-coordinate representation of color #D2013B: hue angle of 343.35º 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 #D2013B is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 59 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.18 |
| HSL | 343.35º | 0.99% | 0.41% | - |
| HSV(B) | 343.35º | 1% | 0.82% | - |
| XYZ | 27.38 | 14.04 | 5.4 | - |
| YUV | 70.1 | 121.74 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 59 | 0 | 1.00 | 0.72 | 0.18 | 343.35 | 0.99 | 0.41 |
| Hex | D2 | 1 | 3B | 0 | 64 | 48 | 12 | 157 | 63 | 29 |
| Octal | 322 | 1 | 73 | 0 | 144 | 110 | 22 | 527 | 143 | 51 |
| Binary | 11010010 | 1 | 111011 | 0 | 1100100 | 1001000 | 10010 | 101010111 | 1100011 | 101001 |
Color Harmonies of #D2013B
Complementary color
Monochromatic Colors of #D2013B
Black with #D2013B
Text Example
Text Example
White with #D2013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2013B; }
p { color: rgb(210,1,59); }
H1.HeaderClassName
{
color: #D2013B;
}
.AnyTagClassName
{
color: #D2013B;
}
</style>
background-color css
<style>
a { background-color: #D2013B; }
a { background-color: rgb(210,1,59); }
div.DivClassName
{
background-color: #D2013B;
}
.BgClassName
{
background-color: #D2013B;
}
</style>
border-color css
<style>
span { border-color: #D2013B; }
span { border-color: rgb(210,1,59); }
td.TdClassName
{
border-color: #D2013B;
}
.TagClassName
{
border-color: #D2013B;
}
</style>