Shades of Crimson #D9213D
Tints of Crimson #D9213D
RGB
CMYK
RGB Variations
Color information
#D9213D (or 0xD9213D) is known color: Crimson. HEX triplet: D9, 21 and 3D. RGB value is (217,33,61). Sum of RGB (Red+Green+Blue) = 217+33+61=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D9213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9213D is #26DEC2. Grayscale: #5B5B5B. Windows color (decimal): -2547395 or 4006361. OLE color: 4006361.
HSL color Cylindrical-coordinate representation of color #D9213D: hue angle of 350.87º 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 #D9213D is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 33 | 61 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.15 |
| HSL | 350.87º | 0.74% | 0.49% | - |
| HSV(B) | 350.87º | 0.85% | 0.85% | - |
| XYZ | 30 | 16.18 | 5.96 | - |
| YUV | 91.21 | 110.96 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 61 | 0 | 0.85 | 0.72 | 0.15 | 350.87 | 0.74 | 0.49 |
| Hex | D9 | 21 | 3D | 0 | 55 | 48 | F | 15F | 4A | 31 |
| Octal | 331 | 41 | 75 | 0 | 125 | 110 | 17 | 537 | 112 | 61 |
| Binary | 11011001 | 100001 | 111101 | 0 | 1010101 | 1001000 | 1111 | 101011111 | 1001010 | 110001 |
Color Harmonies of #D9213D
Complementary color
Monochromatic Colors of #D9213D
Black with #D9213D
Text Example
Text Example
White with #D9213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9213D; }
p { color: rgb(217,33,61); }
H1.HeaderClassName
{
color: #D9213D;
}
.AnyTagClassName
{
color: #D9213D;
}
</style>
background-color css
<style>
a { background-color: #D9213D; }
a { background-color: rgb(217,33,61); }
div.DivClassName
{
background-color: #D9213D;
}
.BgClassName
{
background-color: #D9213D;
}
</style>
border-color css
<style>
span { border-color: #D9213D; }
span { border-color: rgb(217,33,61); }
td.TdClassName
{
border-color: #D9213D;
}
.TagClassName
{
border-color: #D9213D;
}
</style>