Shades of Crimson #D4193C
Tints of Crimson #D4193C
RGB
CMYK
RGB Variations
Color information
#D4193C (or 0xD4193C) is known color: Crimson. HEX triplet: D4, 19 and 3C. RGB value is (212,25,60). Sum of RGB (Red+Green+Blue) = 212+25+60=297 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.38% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 212 - color contains mainly: red. Hex color #D4193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4193C is #2BE6C3. Grayscale: #545454. Windows color (decimal): -2877124 or 3938772. OLE color: 3938772.
HSL color Cylindrical-coordinate representation of color #D4193C: hue angle of 348.77º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4193C is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 60 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.17 |
| HSL | 348.77º | 0.79% | 0.46% | - |
| HSV(B) | 348.77º | 0.88% | 0.83% | - |
| XYZ | 28.31 | 15.02 | 5.68 | - |
| YUV | 84.9 | 113.95 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 60 | 0 | 0.88 | 0.72 | 0.17 | 348.77 | 0.79 | 0.46 |
| Hex | D4 | 19 | 3C | 0 | 58 | 48 | 11 | 15D | 4F | 2E |
| Octal | 324 | 31 | 74 | 0 | 130 | 110 | 21 | 535 | 117 | 56 |
| Binary | 11010100 | 11001 | 111100 | 0 | 1011000 | 1001000 | 10001 | 101011101 | 1001111 | 101110 |
Color Harmonies of #D4193C
Complementary color
Monochromatic Colors of #D4193C
Black with #D4193C
Text Example
Text Example
White with #D4193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4193C; }
p { color: rgb(212,25,60); }
H1.HeaderClassName
{
color: #D4193C;
}
.AnyTagClassName
{
color: #D4193C;
}
</style>
background-color css
<style>
a { background-color: #D4193C; }
a { background-color: rgb(212,25,60); }
div.DivClassName
{
background-color: #D4193C;
}
.BgClassName
{
background-color: #D4193C;
}
</style>
border-color css
<style>
span { border-color: #D4193C; }
span { border-color: rgb(212,25,60); }
td.TdClassName
{
border-color: #D4193C;
}
.TagClassName
{
border-color: #D4193C;
}
</style>