Shades of Crimson #D4143D
Tints of Crimson #D4143D
RGB
CMYK
RGB Variations
Color information
#D4143D (or 0xD4143D) is known color: Crimson. HEX triplet: D4, 14 and 3D. RGB value is (212,20,61). Sum of RGB (Red+Green+Blue) = 212+20+61=293 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.35% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 212 - color contains mainly: red. Hex color #D4143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4143D is #2BEBC2. Grayscale: #525252. Windows color (decimal): -2878403 or 4003028. OLE color: 4003028.
HSL color Cylindrical-coordinate representation of color #D4143D: hue angle of 347.19º 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 #D4143D is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 61 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.17 |
| HSL | 347.19º | 0.83% | 0.45% | - |
| HSV(B) | 347.19º | 0.91% | 0.83% | - |
| XYZ | 28.24 | 14.83 | 5.79 | - |
| YUV | 82.08 | 116.11 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 61 | 0 | 0.91 | 0.71 | 0.17 | 347.19 | 0.83 | 0.45 |
| Hex | D4 | 14 | 3D | 0 | 5B | 47 | 11 | 15B | 53 | 2D |
| Octal | 324 | 24 | 75 | 0 | 133 | 107 | 21 | 533 | 123 | 55 |
| Binary | 11010100 | 10100 | 111101 | 0 | 1011011 | 1000111 | 10001 | 101011011 | 1010011 | 101101 |
Color Harmonies of #D4143D
Complementary color
Monochromatic Colors of #D4143D
Black with #D4143D
Text Example
Text Example
White with #D4143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4143D; }
p { color: rgb(212,20,61); }
H1.HeaderClassName
{
color: #D4143D;
}
.AnyTagClassName
{
color: #D4143D;
}
</style>
background-color css
<style>
a { background-color: #D4143D; }
a { background-color: rgb(212,20,61); }
div.DivClassName
{
background-color: #D4143D;
}
.BgClassName
{
background-color: #D4143D;
}
</style>
border-color css
<style>
span { border-color: #D4143D; }
span { border-color: rgb(212,20,61); }
td.TdClassName
{
border-color: #D4143D;
}
.TagClassName
{
border-color: #D4143D;
}
</style>