Shades of Crimson #D9023A
Tints of Crimson #D9023A
RGB
CMYK
RGB Variations
Color information
#D9023A (or 0xD9023A) is known color: Crimson. HEX triplet: D9, 02 and 3A. RGB value is (217,2,58). Sum of RGB (Red+Green+Blue) = 217+2+58=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D9023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9023A is #26FDC5. Grayscale: #484848. Windows color (decimal): -2555334 or 3801817. OLE color: 3801817.
HSL color Cylindrical-coordinate representation of color #D9023A: hue angle of 344.37º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9023A is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.15 |
| HSL | 344.37º | 0.98% | 0.43% | - |
| HSV(B) | 344.37º | 0.99% | 0.85% | - |
| XYZ | 29.4 | 15.1 | 5.37 | - |
| YUV | 72.67 | 119.73 | 230.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 58 | 0 | 0.99 | 0.73 | 0.15 | 344.37 | 0.98 | 0.43 |
| Hex | D9 | 2 | 3A | 0 | 63 | 49 | F | 158 | 62 | 2B |
| Octal | 331 | 2 | 72 | 0 | 143 | 111 | 17 | 530 | 142 | 53 |
| Binary | 11011001 | 10 | 111010 | 0 | 1100011 | 1001001 | 1111 | 101011000 | 1100010 | 101011 |
Color Harmonies of #D9023A
Complementary color
Monochromatic Colors of #D9023A
Black with #D9023A
Text Example
Text Example
White with #D9023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9023A; }
p { color: rgb(217,2,58); }
H1.HeaderClassName
{
color: #D9023A;
}
.AnyTagClassName
{
color: #D9023A;
}
</style>
background-color css
<style>
a { background-color: #D9023A; }
a { background-color: rgb(217,2,58); }
div.DivClassName
{
background-color: #D9023A;
}
.BgClassName
{
background-color: #D9023A;
}
</style>
border-color css
<style>
span { border-color: #D9023A; }
span { border-color: rgb(217,2,58); }
td.TdClassName
{
border-color: #D9023A;
}
.TagClassName
{
border-color: #D9023A;
}
</style>