Shades of Crimson #D40244
Tints of Crimson #D40244
RGB
CMYK
RGB Variations
Color information
#D40244 (or 0xD40244) is known color: Crimson. HEX triplet: D4, 02 and 44. RGB value is (212,2,68). Sum of RGB (Red+Green+Blue) = 212+2+68=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D40244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40244 is #2BFDBB. Grayscale: #484848. Windows color (decimal): -2883004 or 4457172. OLE color: 4457172.
HSL color Cylindrical-coordinate representation of color #D40244: hue angle of 341.14º 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 #D40244 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 68 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.17 |
| HSL | 341.14º | 0.98% | 0.42% | - |
| HSV(B) | 341.14º | 0.99% | 0.83% | - |
| XYZ | 28.22 | 14.46 | 6.77 | - |
| YUV | 72.31 | 125.57 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 68 | 0 | 0.99 | 0.68 | 0.17 | 341.14 | 0.98 | 0.42 |
| Hex | D4 | 2 | 44 | 0 | 63 | 44 | 11 | 155 | 62 | 2A |
| Octal | 324 | 2 | 104 | 0 | 143 | 104 | 21 | 525 | 142 | 52 |
| Binary | 11010100 | 10 | 1000100 | 0 | 1100011 | 1000100 | 10001 | 101010101 | 1100010 | 101010 |
Color Harmonies of #D40244
Complementary color
Monochromatic Colors of #D40244
Black with #D40244
Text Example
Text Example
White with #D40244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40244; }
p { color: rgb(212,2,68); }
H1.HeaderClassName
{
color: #D40244;
}
.AnyTagClassName
{
color: #D40244;
}
</style>
background-color css
<style>
a { background-color: #D40244; }
a { background-color: rgb(212,2,68); }
div.DivClassName
{
background-color: #D40244;
}
.BgClassName
{
background-color: #D40244;
}
</style>
border-color css
<style>
span { border-color: #D40244; }
span { border-color: rgb(212,2,68); }
td.TdClassName
{
border-color: #D40244;
}
.TagClassName
{
border-color: #D40244;
}
</style>