Shades of Cinnabar #D44140
Tints of Cinnabar #D44140
RGB
CMYK
RGB Variations
Color information
#D44140 (or 0xD44140) is known color: Cinnabar. HEX triplet: D4, 41 and 40. RGB value is (212,65,64). Sum of RGB (Red+Green+Blue) = 212+65+64=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D44140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44140 is #2BBEBF. Grayscale: #6C6C6C. Windows color (decimal): -2866880 or 4211156. OLE color: 4211156.
HSL color Cylindrical-coordinate representation of color #D44140: hue angle of 0.41º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D44140 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 64 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.17 |
| HSL | 0.41º | 0.63% | 0.54% | - |
| HSV(B) | 0.41º | 0.7% | 0.83% | - |
| XYZ | 29.97 | 18.15 | 6.77 | - |
| YUV | 108.84 | 102.7 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 64 | 0 | 0.69 | 0.70 | 0.17 | 0.41 | 0.63 | 0.54 |
| Hex | D4 | 41 | 40 | 0 | 45 | 46 | 11 | 0 | 3F | 36 |
| Octal | 324 | 101 | 100 | 0 | 105 | 106 | 21 | 0 | 77 | 66 |
| Binary | 11010100 | 1000001 | 1000000 | 0 | 1000101 | 1000110 | 10001 | 0 | 111111 | 110110 |
Color Harmonies of #D44140
Complementary color
Monochromatic Colors of #D44140
Black with #D44140
Text Example
Text Example
White with #D44140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44140; }
p { color: rgb(212,65,64); }
H1.HeaderClassName
{
color: #D44140;
}
.AnyTagClassName
{
color: #D44140;
}
</style>
background-color css
<style>
a { background-color: #D44140; }
a { background-color: rgb(212,65,64); }
div.DivClassName
{
background-color: #D44140;
}
.BgClassName
{
background-color: #D44140;
}
</style>
border-color css
<style>
span { border-color: #D44140; }
span { border-color: rgb(212,65,64); }
td.TdClassName
{
border-color: #D44140;
}
.TagClassName
{
border-color: #D44140;
}
</style>