Shades of Crimson #D5213D
Tints of Crimson #D5213D
RGB
CMYK
RGB Variations
Color information
#D5213D (or 0xD5213D) is known color: Crimson. HEX triplet: D5, 21 and 3D. RGB value is (213,33,61). Sum of RGB (Red+Green+Blue) = 213+33+61=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D5213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5213D is #2ADEC2. Grayscale: #5A5A5A. Windows color (decimal): -2809539 or 4006357. OLE color: 4006357.
HSL color Cylindrical-coordinate representation of color #D5213D: hue angle of 350.67º 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 #D5213D is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 61 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.16 |
| HSL | 350.67º | 0.73% | 0.48% | - |
| HSV(B) | 350.67º | 0.85% | 0.84% | - |
| XYZ | 28.83 | 15.57 | 5.9 | - |
| YUV | 90.01 | 111.63 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 61 | 0 | 0.85 | 0.71 | 0.16 | 350.67 | 0.73 | 0.48 |
| Hex | D5 | 21 | 3D | 0 | 55 | 47 | 10 | 15F | 49 | 30 |
| Octal | 325 | 41 | 75 | 0 | 125 | 107 | 20 | 537 | 111 | 60 |
| Binary | 11010101 | 100001 | 111101 | 0 | 1010101 | 1000111 | 10000 | 101011111 | 1001001 | 110000 |
Color Harmonies of #D5213D
Complementary color
Monochromatic Colors of #D5213D
Black with #D5213D
Text Example
Text Example
White with #D5213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5213D; }
p { color: rgb(213,33,61); }
H1.HeaderClassName
{
color: #D5213D;
}
.AnyTagClassName
{
color: #D5213D;
}
</style>
background-color css
<style>
a { background-color: #D5213D; }
a { background-color: rgb(213,33,61); }
div.DivClassName
{
background-color: #D5213D;
}
.BgClassName
{
background-color: #D5213D;
}
</style>
border-color css
<style>
span { border-color: #D5213D; }
span { border-color: rgb(213,33,61); }
td.TdClassName
{
border-color: #D5213D;
}
.TagClassName
{
border-color: #D5213D;
}
</style>