Shades of Crimson #D6022D
Tints of Crimson #D6022D
RGB
CMYK
RGB Variations
Color information
#D6022D (or 0xD6022D) is known color: Crimson. HEX triplet: D6, 02 and 2D. RGB value is (214,2,45). Sum of RGB (Red+Green+Blue) = 214+2+45=261 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.99% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 214 - color contains mainly: red. Hex color #D6022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6022D is #29FDD2. Grayscale: #464646. Windows color (decimal): -2751955 or 2949846. OLE color: 2949846.
HSL color Cylindrical-coordinate representation of color #D6022D: hue angle of 347.83º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6022D is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.16 |
| HSL | 347.83º | 0.98% | 0.42% | - |
| HSV(B) | 347.83º | 0.99% | 0.84% | - |
| XYZ | 28.23 | 14.53 | 3.8 | - |
| YUV | 70.29 | 113.74 | 230.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 45 | 0 | 0.99 | 0.79 | 0.16 | 347.83 | 0.98 | 0.42 |
| Hex | D6 | 2 | 2D | 0 | 63 | 4F | 10 | 15C | 62 | 2A |
| Octal | 326 | 2 | 55 | 0 | 143 | 117 | 20 | 534 | 142 | 52 |
| Binary | 11010110 | 10 | 101101 | 0 | 1100011 | 1001111 | 10000 | 101011100 | 1100010 | 101010 |
Color Harmonies of #D6022D
Complementary color
Monochromatic Colors of #D6022D
Black with #D6022D
Text Example
Text Example
White with #D6022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6022D; }
p { color: rgb(214,2,45); }
H1.HeaderClassName
{
color: #D6022D;
}
.AnyTagClassName
{
color: #D6022D;
}
</style>
background-color css
<style>
a { background-color: #D6022D; }
a { background-color: rgb(214,2,45); }
div.DivClassName
{
background-color: #D6022D;
}
.BgClassName
{
background-color: #D6022D;
}
</style>
border-color css
<style>
span { border-color: #D6022D; }
span { border-color: rgb(214,2,45); }
td.TdClassName
{
border-color: #D6022D;
}
.TagClassName
{
border-color: #D6022D;
}
</style>