Shades of Crimson #D4223E
Tints of Crimson #D4223E
RGB
CMYK
RGB Variations
Color information
#D4223E (or 0xD4223E) is known color: Crimson. HEX triplet: D4, 22 and 3E. RGB value is (212,34,62). Sum of RGB (Red+Green+Blue) = 212+34+62=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D4223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4223E is #2BDDC1. Grayscale: #5A5A5A. Windows color (decimal): -2874818 or 4072148. OLE color: 4072148.
HSL color Cylindrical-coordinate representation of color #D4223E: hue angle of 350.56º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4223E is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 34 | 62 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.17 |
| HSL | 350.56º | 0.72% | 0.48% | - |
| HSV(B) | 350.56º | 0.84% | 0.83% | - |
| XYZ | 28.59 | 15.49 | 6.04 | - |
| YUV | 90.41 | 111.97 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 34 | 62 | 0 | 0.84 | 0.71 | 0.17 | 350.56 | 0.72 | 0.48 |
| Hex | D4 | 22 | 3E | 0 | 54 | 47 | 11 | 15F | 48 | 30 |
| Octal | 324 | 42 | 76 | 0 | 124 | 107 | 21 | 537 | 110 | 60 |
| Binary | 11010100 | 100010 | 111110 | 0 | 1010100 | 1000111 | 10001 | 101011111 | 1001000 | 110000 |
Color Harmonies of #D4223E
Complementary color
Monochromatic Colors of #D4223E
Black with #D4223E
Text Example
Text Example
White with #D4223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4223E; }
p { color: rgb(212,34,62); }
H1.HeaderClassName
{
color: #D4223E;
}
.AnyTagClassName
{
color: #D4223E;
}
</style>
background-color css
<style>
a { background-color: #D4223E; }
a { background-color: rgb(212,34,62); }
div.DivClassName
{
background-color: #D4223E;
}
.BgClassName
{
background-color: #D4223E;
}
</style>
border-color css
<style>
span { border-color: #D4223E; }
span { border-color: rgb(212,34,62); }
td.TdClassName
{
border-color: #D4223E;
}
.TagClassName
{
border-color: #D4223E;
}
</style>