Shades of Crimson #D40237
Tints of Crimson #D40237
RGB
CMYK
RGB Variations
Color information
#D40237 (or 0xD40237) is known color: Crimson. HEX triplet: D4, 02 and 37. RGB value is (212,2,55). Sum of RGB (Red+Green+Blue) = 212+2+55=269 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.81% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 212 - color contains mainly: red. Hex color #D40237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40237 is #2BFDC8. Grayscale: #464646. Windows color (decimal): -2883017 or 3605204. OLE color: 3605204.
HSL color Cylindrical-coordinate representation of color #D40237: hue angle of 344.86º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40237 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 55 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.17 |
| HSL | 344.86º | 0.98% | 0.42% | - |
| HSV(B) | 344.86º | 0.99% | 0.83% | - |
| XYZ | 27.86 | 14.32 | 4.91 | - |
| YUV | 70.83 | 119.07 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 55 | 0 | 0.99 | 0.74 | 0.17 | 344.86 | 0.98 | 0.42 |
| Hex | D4 | 2 | 37 | 0 | 63 | 4A | 11 | 159 | 62 | 2A |
| Octal | 324 | 2 | 67 | 0 | 143 | 112 | 21 | 531 | 142 | 52 |
| Binary | 11010100 | 10 | 110111 | 0 | 1100011 | 1001010 | 10001 | 101011001 | 1100010 | 101010 |
Color Harmonies of #D40237
Complementary color
Monochromatic Colors of #D40237
Black with #D40237
Text Example
Text Example
White with #D40237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40237; }
p { color: rgb(212,2,55); }
H1.HeaderClassName
{
color: #D40237;
}
.AnyTagClassName
{
color: #D40237;
}
</style>
background-color css
<style>
a { background-color: #D40237; }
a { background-color: rgb(212,2,55); }
div.DivClassName
{
background-color: #D40237;
}
.BgClassName
{
background-color: #D40237;
}
</style>
border-color css
<style>
span { border-color: #D40237; }
span { border-color: rgb(212,2,55); }
td.TdClassName
{
border-color: #D40237;
}
.TagClassName
{
border-color: #D40237;
}
</style>