Shades of Crimson #D4143F
Tints of Crimson #D4143F
RGB
CMYK
RGB Variations
Color information
#D4143F (or 0xD4143F) is known color: Crimson. HEX triplet: D4, 14 and 3F. RGB value is (212,20,63). Sum of RGB (Red+Green+Blue) = 212+20+63=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D4143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4143F is #2BEBC0. Grayscale: #525252. Windows color (decimal): -2878401 or 4134100. OLE color: 4134100.
HSL color Cylindrical-coordinate representation of color #D4143F: hue angle of 346.56º 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 #D4143F is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 63 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.17 |
| HSL | 346.56º | 0.83% | 0.45% | - |
| HSV(B) | 346.56º | 0.91% | 0.83% | - |
| XYZ | 28.3 | 14.86 | 6.08 | - |
| YUV | 82.31 | 117.11 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 63 | 0 | 0.91 | 0.70 | 0.17 | 346.56 | 0.83 | 0.45 |
| Hex | D4 | 14 | 3F | 0 | 5B | 46 | 11 | 15B | 53 | 2D |
| Octal | 324 | 24 | 77 | 0 | 133 | 106 | 21 | 533 | 123 | 55 |
| Binary | 11010100 | 10100 | 111111 | 0 | 1011011 | 1000110 | 10001 | 101011011 | 1010011 | 101101 |
Color Harmonies of #D4143F
Complementary color
Monochromatic Colors of #D4143F
Black with #D4143F
Text Example
Text Example
White with #D4143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4143F; }
p { color: rgb(212,20,63); }
H1.HeaderClassName
{
color: #D4143F;
}
.AnyTagClassName
{
color: #D4143F;
}
</style>
background-color css
<style>
a { background-color: #D4143F; }
a { background-color: rgb(212,20,63); }
div.DivClassName
{
background-color: #D4143F;
}
.BgClassName
{
background-color: #D4143F;
}
</style>
border-color css
<style>
span { border-color: #D4143F; }
span { border-color: rgb(212,20,63); }
td.TdClassName
{
border-color: #D4143F;
}
.TagClassName
{
border-color: #D4143F;
}
</style>