Shades of Crimson #D7213D
Tints of Crimson #D7213D
RGB
CMYK
RGB Variations
Color information
#D7213D (or 0xD7213D) is known color: Crimson. HEX triplet: D7, 21 and 3D. RGB value is (215,33,61). Sum of RGB (Red+Green+Blue) = 215+33+61=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D7213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7213D is #28DEC2. Grayscale: #5A5A5A. Windows color (decimal): -2678467 or 4006359. OLE color: 4006359.
HSL color Cylindrical-coordinate representation of color #D7213D: hue angle of 350.77º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7213D is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 61 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.16 |
| HSL | 350.77º | 0.73% | 0.49% | - |
| HSV(B) | 350.77º | 0.85% | 0.84% | - |
| XYZ | 29.41 | 15.87 | 5.93 | - |
| YUV | 90.61 | 111.3 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 61 | 0 | 0.85 | 0.72 | 0.16 | 350.77 | 0.73 | 0.49 |
| Hex | D7 | 21 | 3D | 0 | 55 | 48 | 10 | 15F | 49 | 31 |
| Octal | 327 | 41 | 75 | 0 | 125 | 110 | 20 | 537 | 111 | 61 |
| Binary | 11010111 | 100001 | 111101 | 0 | 1010101 | 1001000 | 10000 | 101011111 | 1001001 | 110001 |
Color Harmonies of #D7213D
Complementary color
Monochromatic Colors of #D7213D
Black with #D7213D
Text Example
Text Example
White with #D7213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7213D; }
p { color: rgb(215,33,61); }
H1.HeaderClassName
{
color: #D7213D;
}
.AnyTagClassName
{
color: #D7213D;
}
</style>
background-color css
<style>
a { background-color: #D7213D; }
a { background-color: rgb(215,33,61); }
div.DivClassName
{
background-color: #D7213D;
}
.BgClassName
{
background-color: #D7213D;
}
</style>
border-color css
<style>
span { border-color: #D7213D; }
span { border-color: rgb(215,33,61); }
td.TdClassName
{
border-color: #D7213D;
}
.TagClassName
{
border-color: #D7213D;
}
</style>