Shades of Crimson #D4143E
Tints of Crimson #D4143E
RGB
CMYK
RGB Variations
Color information
#D4143E (or 0xD4143E) is known color: Crimson. HEX triplet: D4, 14 and 3E. RGB value is (212,20,62). Sum of RGB (Red+Green+Blue) = 212+20+62=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D4143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4143E is #2BEBC1. Grayscale: #525252. Windows color (decimal): -2878402 or 4068564. OLE color: 4068564.
HSL color Cylindrical-coordinate representation of color #D4143E: hue angle of 346.88º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4143E is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 62 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.17 |
| HSL | 346.88º | 0.83% | 0.45% | - |
| HSV(B) | 346.88º | 0.91% | 0.83% | - |
| XYZ | 28.27 | 14.85 | 5.93 | - |
| YUV | 82.2 | 116.61 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 62 | 0 | 0.91 | 0.71 | 0.17 | 346.88 | 0.83 | 0.45 |
| Hex | D4 | 14 | 3E | 0 | 5B | 47 | 11 | 15B | 53 | 2D |
| Octal | 324 | 24 | 76 | 0 | 133 | 107 | 21 | 533 | 123 | 55 |
| Binary | 11010100 | 10100 | 111110 | 0 | 1011011 | 1000111 | 10001 | 101011011 | 1010011 | 101101 |
Color Harmonies of #D4143E
Complementary color
Monochromatic Colors of #D4143E
Black with #D4143E
Text Example
Text Example
White with #D4143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4143E; }
p { color: rgb(212,20,62); }
H1.HeaderClassName
{
color: #D4143E;
}
.AnyTagClassName
{
color: #D4143E;
}
</style>
background-color css
<style>
a { background-color: #D4143E; }
a { background-color: rgb(212,20,62); }
div.DivClassName
{
background-color: #D4143E;
}
.BgClassName
{
background-color: #D4143E;
}
</style>
border-color css
<style>
span { border-color: #D4143E; }
span { border-color: rgb(212,20,62); }
td.TdClassName
{
border-color: #D4143E;
}
.TagClassName
{
border-color: #D4143E;
}
</style>