Shades of Crimson #D4183F
Tints of Crimson #D4183F
RGB
CMYK
RGB Variations
Color information
#D4183F (or 0xD4183F) is known color: Crimson. HEX triplet: D4, 18 and 3F. RGB value is (212,24,63). Sum of RGB (Red+Green+Blue) = 212+24+63=299 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.90% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 212 - color contains mainly: red. Hex color #D4183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4183F is #2BE7C0. Grayscale: #545454. Windows color (decimal): -2877377 or 4135124. OLE color: 4135124.
HSL color Cylindrical-coordinate representation of color #D4183F: hue angle of 347.55º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4183F is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 63 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.17 |
| HSL | 347.55º | 0.8% | 0.46% | - |
| HSV(B) | 347.55º | 0.89% | 0.83% | - |
| XYZ | 28.38 | 15.01 | 6.1 | - |
| YUV | 84.66 | 115.78 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 63 | 0 | 0.89 | 0.70 | 0.17 | 347.55 | 0.8 | 0.46 |
| Hex | D4 | 18 | 3F | 0 | 59 | 46 | 11 | 15C | 50 | 2E |
| Octal | 324 | 30 | 77 | 0 | 131 | 106 | 21 | 534 | 120 | 56 |
| Binary | 11010100 | 11000 | 111111 | 0 | 1011001 | 1000110 | 10001 | 101011100 | 1010000 | 101110 |
Color Harmonies of #D4183F
Complementary color
Monochromatic Colors of #D4183F
Black with #D4183F
Text Example
Text Example
White with #D4183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4183F; }
p { color: rgb(212,24,63); }
H1.HeaderClassName
{
color: #D4183F;
}
.AnyTagClassName
{
color: #D4183F;
}
</style>
background-color css
<style>
a { background-color: #D4183F; }
a { background-color: rgb(212,24,63); }
div.DivClassName
{
background-color: #D4183F;
}
.BgClassName
{
background-color: #D4183F;
}
</style>
border-color css
<style>
span { border-color: #D4183F; }
span { border-color: rgb(212,24,63); }
td.TdClassName
{
border-color: #D4183F;
}
.TagClassName
{
border-color: #D4183F;
}
</style>