Shades of Crimson #D7213C
Tints of Crimson #D7213C
RGB
CMYK
RGB Variations
Color information
#D7213C (or 0xD7213C) is known color: Crimson. HEX triplet: D7, 21 and 3C. RGB value is (215,33,60). Sum of RGB (Red+Green+Blue) = 215+33+60=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D7213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7213C is #28DEC3. Grayscale: #5A5A5A. Windows color (decimal): -2678468 or 3940823. OLE color: 3940823.
HSL color Cylindrical-coordinate representation of color #D7213C: hue angle of 351.1º 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 #D7213C is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 60 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.16 |
| HSL | 351.1º | 0.73% | 0.49% | - |
| HSV(B) | 351.1º | 0.85% | 0.84% | - |
| XYZ | 29.38 | 15.86 | 5.79 | - |
| YUV | 90.5 | 110.8 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 60 | 0 | 0.85 | 0.72 | 0.16 | 351.1 | 0.73 | 0.49 |
| Hex | D7 | 21 | 3C | 0 | 55 | 48 | 10 | 15F | 49 | 31 |
| Octal | 327 | 41 | 74 | 0 | 125 | 110 | 20 | 537 | 111 | 61 |
| Binary | 11010111 | 100001 | 111100 | 0 | 1010101 | 1001000 | 10000 | 101011111 | 1001001 | 110001 |
Color Harmonies of #D7213C
Complementary color
Monochromatic Colors of #D7213C
Black with #D7213C
Text Example
Text Example
White with #D7213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7213C; }
p { color: rgb(215,33,60); }
H1.HeaderClassName
{
color: #D7213C;
}
.AnyTagClassName
{
color: #D7213C;
}
</style>
background-color css
<style>
a { background-color: #D7213C; }
a { background-color: rgb(215,33,60); }
div.DivClassName
{
background-color: #D7213C;
}
.BgClassName
{
background-color: #D7213C;
}
</style>
border-color css
<style>
span { border-color: #D7213C; }
span { border-color: rgb(215,33,60); }
td.TdClassName
{
border-color: #D7213C;
}
.TagClassName
{
border-color: #D7213C;
}
</style>