Shades of Crimson #D4182F
Tints of Crimson #D4182F
RGB
CMYK
RGB Variations
Color information
#D4182F (or 0xD4182F) is known color: Crimson. HEX triplet: D4, 18 and 2F. RGB value is (212,24,47). Sum of RGB (Red+Green+Blue) = 212+24+47=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D4182F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4182F is #2BE7D0. Grayscale: #525252. Windows color (decimal): -2877393 or 3086548. OLE color: 3086548.
HSL color Cylindrical-coordinate representation of color #D4182F: hue angle of 352.66º 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 #D4182F is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 47 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.17 |
| HSL | 352.66º | 0.8% | 0.46% | - |
| HSV(B) | 352.66º | 0.89% | 0.83% | - |
| XYZ | 27.99 | 14.86 | 4.08 | - |
| YUV | 82.83 | 107.78 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 47 | 0 | 0.89 | 0.78 | 0.17 | 352.66 | 0.8 | 0.46 |
| Hex | D4 | 18 | 2F | 0 | 59 | 4E | 11 | 161 | 50 | 2E |
| Octal | 324 | 30 | 57 | 0 | 131 | 116 | 21 | 541 | 120 | 56 |
| Binary | 11010100 | 11000 | 101111 | 0 | 1011001 | 1001110 | 10001 | 101100001 | 1010000 | 101110 |
Color Harmonies of #D4182F
Complementary color
Monochromatic Colors of #D4182F
Black with #D4182F
Text Example
Text Example
White with #D4182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4182F; }
p { color: rgb(212,24,47); }
H1.HeaderClassName
{
color: #D4182F;
}
.AnyTagClassName
{
color: #D4182F;
}
</style>
background-color css
<style>
a { background-color: #D4182F; }
a { background-color: rgb(212,24,47); }
div.DivClassName
{
background-color: #D4182F;
}
.BgClassName
{
background-color: #D4182F;
}
</style>
border-color css
<style>
span { border-color: #D4182F; }
span { border-color: rgb(212,24,47); }
td.TdClassName
{
border-color: #D4182F;
}
.TagClassName
{
border-color: #D4182F;
}
</style>