Shades of Crimson #D9203B
Tints of Crimson #D9203B
RGB
CMYK
RGB Variations
Color information
#D9203B (or 0xD9203B) is known color: Crimson. HEX triplet: D9, 20 and 3B. RGB value is (217,32,59). Sum of RGB (Red+Green+Blue) = 217+32+59=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D9203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9203B is #26DFC4. Grayscale: #5A5A5A. Windows color (decimal): -2547653 or 3875033. OLE color: 3875033.
HSL color Cylindrical-coordinate representation of color #D9203B: hue angle of 351.24º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9203B is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 59 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.15 |
| HSL | 351.24º | 0.74% | 0.49% | - |
| HSV(B) | 351.24º | 0.85% | 0.85% | - |
| XYZ | 29.92 | 16.1 | 5.67 | - |
| YUV | 90.39 | 110.29 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 59 | 0 | 0.85 | 0.73 | 0.15 | 351.24 | 0.74 | 0.49 |
| Hex | D9 | 20 | 3B | 0 | 55 | 49 | F | 15F | 4A | 31 |
| Octal | 331 | 40 | 73 | 0 | 125 | 111 | 17 | 537 | 112 | 61 |
| Binary | 11011001 | 100000 | 111011 | 0 | 1010101 | 1001001 | 1111 | 101011111 | 1001010 | 110001 |
Color Harmonies of #D9203B
Complementary color
Monochromatic Colors of #D9203B
Black with #D9203B
Text Example
Text Example
White with #D9203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9203B; }
p { color: rgb(217,32,59); }
H1.HeaderClassName
{
color: #D9203B;
}
.AnyTagClassName
{
color: #D9203B;
}
</style>
background-color css
<style>
a { background-color: #D9203B; }
a { background-color: rgb(217,32,59); }
div.DivClassName
{
background-color: #D9203B;
}
.BgClassName
{
background-color: #D9203B;
}
</style>
border-color css
<style>
span { border-color: #D9203B; }
span { border-color: rgb(217,32,59); }
td.TdClassName
{
border-color: #D9203B;
}
.TagClassName
{
border-color: #D9203B;
}
</style>