Shades of Crimson #D9023B
Tints of Crimson #D9023B
RGB
CMYK
RGB Variations
Color information
#D9023B (or 0xD9023B) is known color: Crimson. HEX triplet: D9, 02 and 3B. RGB value is (217,2,59). Sum of RGB (Red+Green+Blue) = 217+2+59=278 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.06% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 217 - color contains mainly: red. Hex color #D9023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9023B is #26FDC4. Grayscale: #484848. Windows color (decimal): -2555333 or 3867353. OLE color: 3867353.
HSL color Cylindrical-coordinate representation of color #D9023B: hue angle of 344.09º 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 #D9023B is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.15 |
| HSL | 344.09º | 0.98% | 0.43% | - |
| HSV(B) | 344.09º | 0.99% | 0.85% | - |
| XYZ | 29.43 | 15.11 | 5.5 | - |
| YUV | 72.78 | 120.23 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 59 | 0 | 0.99 | 0.73 | 0.15 | 344.09 | 0.98 | 0.43 |
| Hex | D9 | 2 | 3B | 0 | 63 | 49 | F | 158 | 62 | 2B |
| Octal | 331 | 2 | 73 | 0 | 143 | 111 | 17 | 530 | 142 | 53 |
| Binary | 11011001 | 10 | 111011 | 0 | 1100011 | 1001001 | 1111 | 101011000 | 1100010 | 101011 |
Color Harmonies of #D9023B
Complementary color
Monochromatic Colors of #D9023B
Black with #D9023B
Text Example
Text Example
White with #D9023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9023B; }
p { color: rgb(217,2,59); }
H1.HeaderClassName
{
color: #D9023B;
}
.AnyTagClassName
{
color: #D9023B;
}
</style>
background-color css
<style>
a { background-color: #D9023B; }
a { background-color: rgb(217,2,59); }
div.DivClassName
{
background-color: #D9023B;
}
.BgClassName
{
background-color: #D9023B;
}
</style>
border-color css
<style>
span { border-color: #D9023B; }
span { border-color: rgb(217,2,59); }
td.TdClassName
{
border-color: #D9023B;
}
.TagClassName
{
border-color: #D9023B;
}
</style>