Shades of Crimson #D4223F
Tints of Crimson #D4223F
RGB
CMYK
RGB Variations
Color information
#D4223F (or 0xD4223F) is known color: Crimson. HEX triplet: D4, 22 and 3F. RGB value is (212,34,63). Sum of RGB (Red+Green+Blue) = 212+34+63=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D4223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4223F is #2BDDC0. Grayscale: #5A5A5A. Windows color (decimal): -2874817 or 4137684. OLE color: 4137684.
HSL color Cylindrical-coordinate representation of color #D4223F: hue angle of 350.22º 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 #D4223F is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 34 | 63 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.17 |
| HSL | 350.22º | 0.72% | 0.48% | - |
| HSV(B) | 350.22º | 0.84% | 0.83% | - |
| XYZ | 28.62 | 15.5 | 6.19 | - |
| YUV | 90.53 | 112.47 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 34 | 63 | 0 | 0.84 | 0.70 | 0.17 | 350.22 | 0.72 | 0.48 |
| Hex | D4 | 22 | 3F | 0 | 54 | 46 | 11 | 15E | 48 | 30 |
| Octal | 324 | 42 | 77 | 0 | 124 | 106 | 21 | 536 | 110 | 60 |
| Binary | 11010100 | 100010 | 111111 | 0 | 1010100 | 1000110 | 10001 | 101011110 | 1001000 | 110000 |
Color Harmonies of #D4223F
Complementary color
Monochromatic Colors of #D4223F
Black with #D4223F
Text Example
Text Example
White with #D4223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4223F; }
p { color: rgb(212,34,63); }
H1.HeaderClassName
{
color: #D4223F;
}
.AnyTagClassName
{
color: #D4223F;
}
</style>
background-color css
<style>
a { background-color: #D4223F; }
a { background-color: rgb(212,34,63); }
div.DivClassName
{
background-color: #D4223F;
}
.BgClassName
{
background-color: #D4223F;
}
</style>
border-color css
<style>
span { border-color: #D4223F; }
span { border-color: rgb(212,34,63); }
td.TdClassName
{
border-color: #D4223F;
}
.TagClassName
{
border-color: #D4223F;
}
</style>