Shades of Crimson #D9023D
Tints of Crimson #D9023D
RGB
CMYK
RGB Variations
Color information
#D9023D (or 0xD9023D) is known color: Crimson. HEX triplet: D9, 02 and 3D. RGB value is (217,2,61). Sum of RGB (Red+Green+Blue) = 217+2+61=280 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.5% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 217 - color contains mainly: red. Hex color #D9023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9023D is #26FDC2. Grayscale: #484848. Windows color (decimal): -2555331 or 3998425. OLE color: 3998425.
HSL color Cylindrical-coordinate representation of color #D9023D: hue angle of 343.53º 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 #D9023D is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.15 |
| HSL | 343.53º | 0.98% | 0.43% | - |
| HSV(B) | 343.53º | 0.99% | 0.85% | - |
| XYZ | 29.48 | 15.13 | 5.78 | - |
| YUV | 73.01 | 121.23 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 61 | 0 | 0.99 | 0.72 | 0.15 | 343.53 | 0.98 | 0.43 |
| Hex | D9 | 2 | 3D | 0 | 63 | 48 | F | 158 | 62 | 2B |
| Octal | 331 | 2 | 75 | 0 | 143 | 110 | 17 | 530 | 142 | 53 |
| Binary | 11011001 | 10 | 111101 | 0 | 1100011 | 1001000 | 1111 | 101011000 | 1100010 | 101011 |
Color Harmonies of #D9023D
Complementary color
Monochromatic Colors of #D9023D
Black with #D9023D
Text Example
Text Example
White with #D9023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9023D; }
p { color: rgb(217,2,61); }
H1.HeaderClassName
{
color: #D9023D;
}
.AnyTagClassName
{
color: #D9023D;
}
</style>
background-color css
<style>
a { background-color: #D9023D; }
a { background-color: rgb(217,2,61); }
div.DivClassName
{
background-color: #D9023D;
}
.BgClassName
{
background-color: #D9023D;
}
</style>
border-color css
<style>
span { border-color: #D9023D; }
span { border-color: rgb(217,2,61); }
td.TdClassName
{
border-color: #D9023D;
}
.TagClassName
{
border-color: #D9023D;
}
</style>