Shades of Crimson #D40035
Tints of Crimson #D40035
RGB
CMYK
RGB Variations
Color information
#D40035 (or 0xD40035) is known color: Crimson. HEX triplet: D4, 00 and 35. RGB value is (212,0,53). Sum of RGB (Red+Green+Blue) = 212+0+53=265 (35% of max value = 765). Red value is 212 (83.20% from 255 or 80% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 212 - color contains mainly: red. Hex color #D40035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40035 is #2BFFCA. Grayscale: #454545. Windows color (decimal): -2883531 or 3473620. OLE color: 3473620.
HSL color Cylindrical-coordinate representation of color #D40035: hue angle of 345º 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 #D40035 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 53 | - |
| CMYK | 0 | 1 | 0.75 | 0.17 |
| HSL | 345º | 1% | 0.42% | - |
| HSV(B) | 345º | 1% | 0.83% | - |
| XYZ | 27.79 | 14.25 | 4.65 | - |
| YUV | 69.43 | 118.74 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 53 | 0 | 1 | 0.75 | 0.17 | 345 | 1 | 0.42 |
| Hex | D4 | 0 | 35 | 0 | 64 | 4B | 11 | 159 | 64 | 2A |
| Octal | 324 | 0 | 65 | 0 | 144 | 113 | 21 | 531 | 144 | 52 |
| Binary | 11010100 | 0 | 110101 | 0 | 1100100 | 1001011 | 10001 | 101011001 | 1100100 | 101010 |
Color Harmonies of #D40035
Complementary color
Monochromatic Colors of #D40035
Black with #D40035
Text Example
Text Example
White with #D40035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40035; }
p { color: rgb(212,0,53); }
H1.HeaderClassName
{
color: #D40035;
}
.AnyTagClassName
{
color: #D40035;
}
</style>
background-color css
<style>
a { background-color: #D40035; }
a { background-color: rgb(212,0,53); }
div.DivClassName
{
background-color: #D40035;
}
.BgClassName
{
background-color: #D40035;
}
</style>
border-color css
<style>
span { border-color: #D40035; }
span { border-color: rgb(212,0,53); }
td.TdClassName
{
border-color: #D40035;
}
.TagClassName
{
border-color: #D40035;
}
</style>