Shades of Crimson #D4132F
Tints of Crimson #D4132F
RGB
CMYK
RGB Variations
Color information
#D4132F (or 0xD4132F) is known color: Crimson. HEX triplet: D4, 13 and 2F. RGB value is (212,19,47). Sum of RGB (Red+Green+Blue) = 212+19+47=278 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.26% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 212 - color contains mainly: red. Hex color #D4132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4132F is #2BECD0. Grayscale: #4F4F4F. Windows color (decimal): -2878673 or 3085268. OLE color: 3085268.
HSL color Cylindrical-coordinate representation of color #D4132F: hue angle of 351.3º degrees, saturation: 0.84, 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 #D4132F is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 47 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.17 |
| HSL | 351.3º | 0.84% | 0.45% | - |
| HSV(B) | 351.3º | 0.91% | 0.83% | - |
| XYZ | 27.9 | 14.67 | 4.05 | - |
| YUV | 79.9 | 109.44 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 47 | 0 | 0.91 | 0.78 | 0.17 | 351.3 | 0.84 | 0.45 |
| Hex | D4 | 13 | 2F | 0 | 5B | 4E | 11 | 15F | 54 | 2D |
| Octal | 324 | 23 | 57 | 0 | 133 | 116 | 21 | 537 | 124 | 55 |
| Binary | 11010100 | 10011 | 101111 | 0 | 1011011 | 1001110 | 10001 | 101011111 | 1010100 | 101101 |
Color Harmonies of #D4132F
Complementary color
Monochromatic Colors of #D4132F
Black with #D4132F
Text Example
Text Example
White with #D4132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4132F; }
p { color: rgb(212,19,47); }
H1.HeaderClassName
{
color: #D4132F;
}
.AnyTagClassName
{
color: #D4132F;
}
</style>
background-color css
<style>
a { background-color: #D4132F; }
a { background-color: rgb(212,19,47); }
div.DivClassName
{
background-color: #D4132F;
}
.BgClassName
{
background-color: #D4132F;
}
</style>
border-color css
<style>
span { border-color: #D4132F; }
span { border-color: rgb(212,19,47); }
td.TdClassName
{
border-color: #D4132F;
}
.TagClassName
{
border-color: #D4132F;
}
</style>