Shades of Crimson #D6213D
Tints of Crimson #D6213D
RGB
CMYK
RGB Variations
Color information
#D6213D (or 0xD6213D) is known color: Crimson. HEX triplet: D6, 21 and 3D. RGB value is (214,33,61). Sum of RGB (Red+Green+Blue) = 214+33+61=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D6213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6213D is #29DEC2. Grayscale: #5A5A5A. Windows color (decimal): -2744003 or 4006358. OLE color: 4006358.
HSL color Cylindrical-coordinate representation of color #D6213D: hue angle of 350.72º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6213D is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 33 | 61 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.16 |
| HSL | 350.72º | 0.73% | 0.48% | - |
| HSV(B) | 350.72º | 0.85% | 0.84% | - |
| XYZ | 29.12 | 15.72 | 5.91 | - |
| YUV | 90.31 | 111.47 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 33 | 61 | 0 | 0.85 | 0.71 | 0.16 | 350.72 | 0.73 | 0.48 |
| Hex | D6 | 21 | 3D | 0 | 55 | 47 | 10 | 15F | 49 | 30 |
| Octal | 326 | 41 | 75 | 0 | 125 | 107 | 20 | 537 | 111 | 60 |
| Binary | 11010110 | 100001 | 111101 | 0 | 1010101 | 1000111 | 10000 | 101011111 | 1001001 | 110000 |
Color Harmonies of #D6213D
Complementary color
Monochromatic Colors of #D6213D
Black with #D6213D
Text Example
Text Example
White with #D6213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6213D; }
p { color: rgb(214,33,61); }
H1.HeaderClassName
{
color: #D6213D;
}
.AnyTagClassName
{
color: #D6213D;
}
</style>
background-color css
<style>
a { background-color: #D6213D; }
a { background-color: rgb(214,33,61); }
div.DivClassName
{
background-color: #D6213D;
}
.BgClassName
{
background-color: #D6213D;
}
</style>
border-color css
<style>
span { border-color: #D6213D; }
span { border-color: rgb(214,33,61); }
td.TdClassName
{
border-color: #D6213D;
}
.TagClassName
{
border-color: #D6213D;
}
</style>