Shades of Crimson #D40A45
Tints of Crimson #D40A45
RGB
CMYK
RGB Variations
Color information
#D40A45 (or 0xD40A45) is known color: Crimson. HEX triplet: D4, 0A and 45. RGB value is (212,10,69). Sum of RGB (Red+Green+Blue) = 212+10+69=291 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.85% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40A45 is #2BF5BA. Grayscale: #4D4D4D. Windows color (decimal): -2880955 or 4524756. OLE color: 4524756.
HSL color Cylindrical-coordinate representation of color #D40A45: hue angle of 342.48º 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 #D40A45 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 10 | 69 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.17 |
| HSL | 342.48º | 0.91% | 0.44% | - |
| HSV(B) | 342.48º | 0.95% | 0.83% | - |
| XYZ | 28.33 | 14.64 | 6.96 | - |
| YUV | 77.12 | 123.42 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 10 | 69 | 0 | 0.95 | 0.67 | 0.17 | 342.48 | 0.91 | 0.44 |
| Hex | D4 | A | 45 | 0 | 5F | 43 | 11 | 156 | 5B | 2C |
| Octal | 324 | 12 | 105 | 0 | 137 | 103 | 21 | 526 | 133 | 54 |
| Binary | 11010100 | 1010 | 1000101 | 0 | 1011111 | 1000011 | 10001 | 101010110 | 1011011 | 101100 |
Color Harmonies of #D40A45
Complementary color
Monochromatic Colors of #D40A45
Black with #D40A45
Text Example
Text Example
White with #D40A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40A45; }
p { color: rgb(212,10,69); }
H1.HeaderClassName
{
color: #D40A45;
}
.AnyTagClassName
{
color: #D40A45;
}
</style>
background-color css
<style>
a { background-color: #D40A45; }
a { background-color: rgb(212,10,69); }
div.DivClassName
{
background-color: #D40A45;
}
.BgClassName
{
background-color: #D40A45;
}
</style>
border-color css
<style>
span { border-color: #D40A45; }
span { border-color: rgb(212,10,69); }
td.TdClassName
{
border-color: #D40A45;
}
.TagClassName
{
border-color: #D40A45;
}
</style>