Shades of Crimson #D40F34
Tints of Crimson #D40F34
RGB
CMYK
RGB Variations
Color information
#D40F34 (or 0xD40F34) is known color: Crimson. HEX triplet: D4, 0F and 34. RGB value is (212,15,52). Sum of RGB (Red+Green+Blue) = 212+15+52=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40F34 is #2BF0CB. Grayscale: #4E4E4E. Windows color (decimal): -2879692 or 3411924. OLE color: 3411924.
HSL color Cylindrical-coordinate representation of color #D40F34: hue angle of 348.73º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40F34 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 15 | 52 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.17 |
| HSL | 348.73º | 0.87% | 0.45% | - |
| HSV(B) | 348.73º | 0.93% | 0.83% | - |
| XYZ | 27.94 | 14.59 | 4.59 | - |
| YUV | 78.12 | 113.27 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 52 | 0 | 0.93 | 0.75 | 0.17 | 348.73 | 0.87 | 0.45 |
| Hex | D4 | F | 34 | 0 | 5D | 4B | 11 | 15D | 57 | 2D |
| Octal | 324 | 17 | 64 | 0 | 135 | 113 | 21 | 535 | 127 | 55 |
| Binary | 11010100 | 1111 | 110100 | 0 | 1011101 | 1001011 | 10001 | 101011101 | 1010111 | 101101 |
Color Harmonies of #D40F34
Complementary color
Monochromatic Colors of #D40F34
Black with #D40F34
Text Example
Text Example
White with #D40F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40F34; }
p { color: rgb(212,15,52); }
H1.HeaderClassName
{
color: #D40F34;
}
.AnyTagClassName
{
color: #D40F34;
}
</style>
background-color css
<style>
a { background-color: #D40F34; }
a { background-color: rgb(212,15,52); }
div.DivClassName
{
background-color: #D40F34;
}
.BgClassName
{
background-color: #D40F34;
}
</style>
border-color css
<style>
span { border-color: #D40F34; }
span { border-color: rgb(212,15,52); }
td.TdClassName
{
border-color: #D40F34;
}
.TagClassName
{
border-color: #D40F34;
}
</style>