Shades of Crimson #D4193E
Tints of Crimson #D4193E
RGB
CMYK
RGB Variations
Color information
#D4193E (or 0xD4193E) is known color: Crimson. HEX triplet: D4, 19 and 3E. RGB value is (212,25,62). Sum of RGB (Red+Green+Blue) = 212+25+62=299 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.90% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 212 - color contains mainly: red. Hex color #D4193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4193E is #2BE6C1. Grayscale: #555555. Windows color (decimal): -2877122 or 4069844. OLE color: 4069844.
HSL color Cylindrical-coordinate representation of color #D4193E: hue angle of 348.13º 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 #D4193E is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 62 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.17 |
| HSL | 348.13º | 0.79% | 0.46% | - |
| HSV(B) | 348.13º | 0.88% | 0.83% | - |
| XYZ | 28.37 | 15.04 | 5.97 | - |
| YUV | 85.13 | 114.95 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 62 | 0 | 0.88 | 0.71 | 0.17 | 348.13 | 0.79 | 0.46 |
| Hex | D4 | 19 | 3E | 0 | 58 | 47 | 11 | 15C | 4F | 2E |
| Octal | 324 | 31 | 76 | 0 | 130 | 107 | 21 | 534 | 117 | 56 |
| Binary | 11010100 | 11001 | 111110 | 0 | 1011000 | 1000111 | 10001 | 101011100 | 1001111 | 101110 |
Color Harmonies of #D4193E
Complementary color
Monochromatic Colors of #D4193E
Black with #D4193E
Text Example
Text Example
White with #D4193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4193E; }
p { color: rgb(212,25,62); }
H1.HeaderClassName
{
color: #D4193E;
}
.AnyTagClassName
{
color: #D4193E;
}
</style>
background-color css
<style>
a { background-color: #D4193E; }
a { background-color: rgb(212,25,62); }
div.DivClassName
{
background-color: #D4193E;
}
.BgClassName
{
background-color: #D4193E;
}
</style>
border-color css
<style>
span { border-color: #D4193E; }
span { border-color: rgb(212,25,62); }
td.TdClassName
{
border-color: #D4193E;
}
.TagClassName
{
border-color: #D4193E;
}
</style>