Shades of Crimson #D2023E
Tints of Crimson #D2023E
RGB
CMYK
RGB Variations
Color information
#D2023E (or 0xD2023E) is known color: Crimson. HEX triplet: D2, 02 and 3E. RGB value is (210,2,62). Sum of RGB (Red+Green+Blue) = 210+2+62=274 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.64% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 210 - color contains mainly: red. Hex color #D2023E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2023E is #2DFDC1. Grayscale: #474747. Windows color (decimal): -3014082 or 4063954. OLE color: 4063954.
HSL color Cylindrical-coordinate representation of color #D2023E: hue angle of 342.69º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2023E is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 62 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.18 |
| HSL | 342.69º | 0.98% | 0.42% | - |
| HSV(B) | 342.69º | 0.99% | 0.82% | - |
| XYZ | 27.47 | 14.09 | 5.83 | - |
| YUV | 71.03 | 122.91 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 62 | 0 | 0.99 | 0.70 | 0.18 | 342.69 | 0.98 | 0.42 |
| Hex | D2 | 2 | 3E | 0 | 63 | 46 | 12 | 157 | 62 | 2A |
| Octal | 322 | 2 | 76 | 0 | 143 | 106 | 22 | 527 | 142 | 52 |
| Binary | 11010010 | 10 | 111110 | 0 | 1100011 | 1000110 | 10010 | 101010111 | 1100010 | 101010 |
Color Harmonies of #D2023E
Complementary color
Monochromatic Colors of #D2023E
Black with #D2023E
Text Example
Text Example
White with #D2023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2023E; }
p { color: rgb(210,2,62); }
H1.HeaderClassName
{
color: #D2023E;
}
.AnyTagClassName
{
color: #D2023E;
}
</style>
background-color css
<style>
a { background-color: #D2023E; }
a { background-color: rgb(210,2,62); }
div.DivClassName
{
background-color: #D2023E;
}
.BgClassName
{
background-color: #D2023E;
}
</style>
border-color css
<style>
span { border-color: #D2023E; }
span { border-color: rgb(210,2,62); }
td.TdClassName
{
border-color: #D2023E;
}
.TagClassName
{
border-color: #D2023E;
}
</style>