Shades of Crimson #D40045
Tints of Crimson #D40045
RGB
CMYK
RGB Variations
Color information
#D40045 (or 0xD40045) is known color: Crimson. HEX triplet: D4, 00 and 45. RGB value is (212,0,69). Sum of RGB (Red+Green+Blue) = 212+0+69=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D40045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40045 is #2BFFBA. Grayscale: #474747. Windows color (decimal): -2883515 or 4522196. OLE color: 4522196.
HSL color Cylindrical-coordinate representation of color #D40045: hue angle of 340.47º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40045 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.67 | 0.17 |
| HSL | 340.47º | 1% | 0.42% | - |
| HSV(B) | 340.47º | 1% | 0.83% | - |
| XYZ | 28.23 | 14.43 | 6.93 | - |
| YUV | 71.25 | 126.74 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 69 | 0 | 1 | 0.67 | 0.17 | 340.47 | 1 | 0.42 |
| Hex | D4 | 0 | 45 | 0 | 64 | 43 | 11 | 154 | 64 | 2A |
| Octal | 324 | 0 | 105 | 0 | 144 | 103 | 21 | 524 | 144 | 52 |
| Binary | 11010100 | 0 | 1000101 | 0 | 1100100 | 1000011 | 10001 | 101010100 | 1100100 | 101010 |
Color Harmonies of #D40045
Complementary color
Monochromatic Colors of #D40045
Black with #D40045
Text Example
Text Example
White with #D40045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40045; }
p { color: rgb(212,0,69); }
H1.HeaderClassName
{
color: #D40045;
}
.AnyTagClassName
{
color: #D40045;
}
</style>
background-color css
<style>
a { background-color: #D40045; }
a { background-color: rgb(212,0,69); }
div.DivClassName
{
background-color: #D40045;
}
.BgClassName
{
background-color: #D40045;
}
</style>
border-color css
<style>
span { border-color: #D40045; }
span { border-color: rgb(212,0,69); }
td.TdClassName
{
border-color: #D40045;
}
.TagClassName
{
border-color: #D40045;
}
</style>