Shades of Crimson #D20045
Tints of Crimson #D20045
RGB
CMYK
RGB Variations
Color information
#D20045 (or 0xD20045) is known color: Crimson. HEX triplet: D2, 00 and 45. RGB value is (210,0,69). Sum of RGB (Red+Green+Blue) = 210+0+69=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D20045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20045 is #2DFFBA. Grayscale: #464646. Windows color (decimal): -3014587 or 4522194. OLE color: 4522194.
HSL color Cylindrical-coordinate representation of color #D20045: hue angle of 340.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20045 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.67 | 0.18 |
| HSL | 340.29º | 1% | 0.41% | - |
| HSV(B) | 340.29º | 1% | 0.82% | - |
| XYZ | 27.65 | 14.13 | 6.9 | - |
| YUV | 70.66 | 127.07 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 69 | 0 | 1 | 0.67 | 0.18 | 340.29 | 1 | 0.41 |
| Hex | D2 | 0 | 45 | 0 | 64 | 43 | 12 | 154 | 64 | 29 |
| Octal | 322 | 0 | 105 | 0 | 144 | 103 | 22 | 524 | 144 | 51 |
| Binary | 11010010 | 0 | 1000101 | 0 | 1100100 | 1000011 | 10010 | 101010100 | 1100100 | 101001 |
Color Harmonies of #D20045
Complementary color
Monochromatic Colors of #D20045
Black with #D20045
Text Example
Text Example
White with #D20045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20045; }
p { color: rgb(210,0,69); }
H1.HeaderClassName
{
color: #D20045;
}
.AnyTagClassName
{
color: #D20045;
}
</style>
background-color css
<style>
a { background-color: #D20045; }
a { background-color: rgb(210,0,69); }
div.DivClassName
{
background-color: #D20045;
}
.BgClassName
{
background-color: #D20045;
}
</style>
border-color css
<style>
span { border-color: #D20045; }
span { border-color: rgb(210,0,69); }
td.TdClassName
{
border-color: #D20045;
}
.TagClassName
{
border-color: #D20045;
}
</style>