Shades of Crimson #D4183A
Tints of Crimson #D4183A
RGB
CMYK
RGB Variations
Color information
#D4183A (or 0xD4183A) is known color: Crimson. HEX triplet: D4, 18 and 3A. RGB value is (212,24,58). Sum of RGB (Red+Green+Blue) = 212+24+58=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D4183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4183A is #2BE7C5. Grayscale: #545454. Windows color (decimal): -2877382 or 3807444. OLE color: 3807444.
HSL color Cylindrical-coordinate representation of color #D4183A: hue angle of 349.15º 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 #D4183A is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 58 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.17 |
| HSL | 349.15º | 0.8% | 0.46% | - |
| HSV(B) | 349.15º | 0.89% | 0.83% | - |
| XYZ | 28.24 | 14.96 | 5.4 | - |
| YUV | 84.09 | 113.28 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 58 | 0 | 0.89 | 0.73 | 0.17 | 349.15 | 0.8 | 0.46 |
| Hex | D4 | 18 | 3A | 0 | 59 | 49 | 11 | 15D | 50 | 2E |
| Octal | 324 | 30 | 72 | 0 | 131 | 111 | 21 | 535 | 120 | 56 |
| Binary | 11010100 | 11000 | 111010 | 0 | 1011001 | 1001001 | 10001 | 101011101 | 1010000 | 101110 |
Color Harmonies of #D4183A
Complementary color
Monochromatic Colors of #D4183A
Black with #D4183A
Text Example
Text Example
White with #D4183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4183A; }
p { color: rgb(212,24,58); }
H1.HeaderClassName
{
color: #D4183A;
}
.AnyTagClassName
{
color: #D4183A;
}
</style>
background-color css
<style>
a { background-color: #D4183A; }
a { background-color: rgb(212,24,58); }
div.DivClassName
{
background-color: #D4183A;
}
.BgClassName
{
background-color: #D4183A;
}
</style>
border-color css
<style>
span { border-color: #D4183A; }
span { border-color: rgb(212,24,58); }
td.TdClassName
{
border-color: #D4183A;
}
.TagClassName
{
border-color: #D4183A;
}
</style>