Shades of Cinnabar #D44939
Tints of Cinnabar #D44939
RGB
CMYK
RGB Variations
Color information
#D44939 (or 0xD44939) is known color: Cinnabar. HEX triplet: D4, 49 and 39. RGB value is (212,73,57). Sum of RGB (Red+Green+Blue) = 212+73+57=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D44939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44939 is #2BB6C6. Grayscale: #707070. Windows color (decimal): -2864839 or 3754452. OLE color: 3754452.
HSL color Cylindrical-coordinate representation of color #D44939: hue angle of 6.19º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D44939 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 57 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.17 |
| HSL | 6.19º | 0.64% | 0.53% | - |
| HSV(B) | 6.19º | 0.73% | 0.83% | - |
| XYZ | 30.27 | 19.06 | 5.95 | - |
| YUV | 112.74 | 96.55 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 57 | 0 | 0.66 | 0.73 | 0.17 | 6.19 | 0.64 | 0.53 |
| Hex | D4 | 49 | 39 | 0 | 42 | 49 | 11 | 6 | 40 | 35 |
| Octal | 324 | 111 | 71 | 0 | 102 | 111 | 21 | 6 | 100 | 65 |
| Binary | 11010100 | 1001001 | 111001 | 0 | 1000010 | 1001001 | 10001 | 110 | 1000000 | 110101 |
Color Harmonies of #D44939
Complementary color
Monochromatic Colors of #D44939
Black with #D44939
Text Example
Text Example
White with #D44939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44939; }
p { color: rgb(212,73,57); }
H1.HeaderClassName
{
color: #D44939;
}
.AnyTagClassName
{
color: #D44939;
}
</style>
background-color css
<style>
a { background-color: #D44939; }
a { background-color: rgb(212,73,57); }
div.DivClassName
{
background-color: #D44939;
}
.BgClassName
{
background-color: #D44939;
}
</style>
border-color css
<style>
span { border-color: #D44939; }
span { border-color: rgb(212,73,57); }
td.TdClassName
{
border-color: #D44939;
}
.TagClassName
{
border-color: #D44939;
}
</style>