Shades of Crimson #D40A34
Tints of Crimson #D40A34
RGB
CMYK
RGB Variations
Color information
#D40A34 (or 0xD40A34) is known color: Crimson. HEX triplet: D4, 0A and 34. RGB value is (212,10,52). Sum of RGB (Red+Green+Blue) = 212+10+52=274 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.37% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40A34 is #2BF5CB. Grayscale: #4B4B4B. Windows color (decimal): -2880972 or 3410644. OLE color: 3410644.
HSL color Cylindrical-coordinate representation of color #D40A34: hue angle of 347.52º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40A34 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 10 | 52 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.17 |
| HSL | 347.52º | 0.91% | 0.44% | - |
| HSV(B) | 347.52º | 0.95% | 0.83% | - |
| XYZ | 27.88 | 14.46 | 4.57 | - |
| YUV | 75.19 | 114.92 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 10 | 52 | 0 | 0.95 | 0.75 | 0.17 | 347.52 | 0.91 | 0.44 |
| Hex | D4 | A | 34 | 0 | 5F | 4B | 11 | 15C | 5B | 2C |
| Octal | 324 | 12 | 64 | 0 | 137 | 113 | 21 | 534 | 133 | 54 |
| Binary | 11010100 | 1010 | 110100 | 0 | 1011111 | 1001011 | 10001 | 101011100 | 1011011 | 101100 |
Color Harmonies of #D40A34
Complementary color
Monochromatic Colors of #D40A34
Black with #D40A34
Text Example
Text Example
White with #D40A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40A34; }
p { color: rgb(212,10,52); }
H1.HeaderClassName
{
color: #D40A34;
}
.AnyTagClassName
{
color: #D40A34;
}
</style>
background-color css
<style>
a { background-color: #D40A34; }
a { background-color: rgb(212,10,52); }
div.DivClassName
{
background-color: #D40A34;
}
.BgClassName
{
background-color: #D40A34;
}
</style>
border-color css
<style>
span { border-color: #D40A34; }
span { border-color: rgb(212,10,52); }
td.TdClassName
{
border-color: #D40A34;
}
.TagClassName
{
border-color: #D40A34;
}
</style>