Shades of Crimson #D4193B
Tints of Crimson #D4193B
RGB
CMYK
RGB Variations
Color information
#D4193B (or 0xD4193B) is known color: Crimson. HEX triplet: D4, 19 and 3B. RGB value is (212,25,59). Sum of RGB (Red+Green+Blue) = 212+25+59=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D4193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4193B is #2BE6C4. Grayscale: #545454. Windows color (decimal): -2877125 or 3873236. OLE color: 3873236.
HSL color Cylindrical-coordinate representation of color #D4193B: hue angle of 349.09º 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 #D4193B is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 59 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.17 |
| HSL | 349.09º | 0.79% | 0.46% | - |
| HSV(B) | 349.09º | 0.88% | 0.83% | - |
| XYZ | 28.29 | 15.01 | 5.54 | - |
| YUV | 84.79 | 113.45 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 59 | 0 | 0.88 | 0.72 | 0.17 | 349.09 | 0.79 | 0.46 |
| Hex | D4 | 19 | 3B | 0 | 58 | 48 | 11 | 15D | 4F | 2E |
| Octal | 324 | 31 | 73 | 0 | 130 | 110 | 21 | 535 | 117 | 56 |
| Binary | 11010100 | 11001 | 111011 | 0 | 1011000 | 1001000 | 10001 | 101011101 | 1001111 | 101110 |
Color Harmonies of #D4193B
Complementary color
Monochromatic Colors of #D4193B
Black with #D4193B
Text Example
Text Example
White with #D4193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4193B; }
p { color: rgb(212,25,59); }
H1.HeaderClassName
{
color: #D4193B;
}
.AnyTagClassName
{
color: #D4193B;
}
</style>
background-color css
<style>
a { background-color: #D4193B; }
a { background-color: rgb(212,25,59); }
div.DivClassName
{
background-color: #D4193B;
}
.BgClassName
{
background-color: #D4193B;
}
</style>
border-color css
<style>
span { border-color: #D4193B; }
span { border-color: rgb(212,25,59); }
td.TdClassName
{
border-color: #D4193B;
}
.TagClassName
{
border-color: #D4193B;
}
</style>