Shades of Crimson #D2012D
Tints of Crimson #D2012D
RGB
CMYK
RGB Variations
Color information
#D2012D (or 0xD2012D) is known color: Crimson. HEX triplet: D2, 01 and 2D. RGB value is (210,1,45). Sum of RGB (Red+Green+Blue) = 210+1+45=256 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.03% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 210 - color contains mainly: red. Hex color #D2012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2012D is #2DFED2. Grayscale: #444444. Windows color (decimal): -3014355 or 2949586. OLE color: 2949586.
HSL color Cylindrical-coordinate representation of color #D2012D: hue angle of 347.37º 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 #D2012D is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 45 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.18 |
| HSL | 347.37º | 0.99% | 0.41% | - |
| HSV(B) | 347.37º | 1% | 0.82% | - |
| XYZ | 27.06 | 13.91 | 3.74 | - |
| YUV | 68.51 | 114.74 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 45 | 0 | 1.00 | 0.79 | 0.18 | 347.37 | 0.99 | 0.41 |
| Hex | D2 | 1 | 2D | 0 | 64 | 4F | 12 | 15B | 63 | 29 |
| Octal | 322 | 1 | 55 | 0 | 144 | 117 | 22 | 533 | 143 | 51 |
| Binary | 11010010 | 1 | 101101 | 0 | 1100100 | 1001111 | 10010 | 101011011 | 1100011 | 101001 |
Color Harmonies of #D2012D
Complementary color
Monochromatic Colors of #D2012D
Black with #D2012D
Text Example
Text Example
White with #D2012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2012D; }
p { color: rgb(210,1,45); }
H1.HeaderClassName
{
color: #D2012D;
}
.AnyTagClassName
{
color: #D2012D;
}
</style>
background-color css
<style>
a { background-color: #D2012D; }
a { background-color: rgb(210,1,45); }
div.DivClassName
{
background-color: #D2012D;
}
.BgClassName
{
background-color: #D2012D;
}
</style>
border-color css
<style>
span { border-color: #D2012D; }
span { border-color: rgb(210,1,45); }
td.TdClassName
{
border-color: #D2012D;
}
.TagClassName
{
border-color: #D2012D;
}
</style>