Shades of Cinnabar #D44838
Tints of Cinnabar #D44838
RGB
CMYK
RGB Variations
Color information
#D44838 (or 0xD44838) is known color: Cinnabar. HEX triplet: D4, 48 and 38. RGB value is (212,72,56). Sum of RGB (Red+Green+Blue) = 212+72+56=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D44838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44838 is #2BB7C7. Grayscale: #707070. Windows color (decimal): -2865096 or 3688660. OLE color: 3688660.
HSL color Cylindrical-coordinate representation of color #D44838: hue angle of 6.15º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D44838 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 56 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.17 |
| HSL | 6.15º | 0.64% | 0.53% | - |
| HSV(B) | 6.15º | 0.74% | 0.83% | - |
| XYZ | 30.18 | 18.92 | 5.8 | - |
| YUV | 112.04 | 96.38 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 56 | 0 | 0.66 | 0.74 | 0.17 | 6.15 | 0.64 | 0.53 |
| Hex | D4 | 48 | 38 | 0 | 42 | 4A | 11 | 6 | 40 | 35 |
| Octal | 324 | 110 | 70 | 0 | 102 | 112 | 21 | 6 | 100 | 65 |
| Binary | 11010100 | 1001000 | 111000 | 0 | 1000010 | 1001010 | 10001 | 110 | 1000000 | 110101 |
Color Harmonies of #D44838
Complementary color
Monochromatic Colors of #D44838
Black with #D44838
Text Example
Text Example
White with #D44838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44838; }
p { color: rgb(212,72,56); }
H1.HeaderClassName
{
color: #D44838;
}
.AnyTagClassName
{
color: #D44838;
}
</style>
background-color css
<style>
a { background-color: #D44838; }
a { background-color: rgb(212,72,56); }
div.DivClassName
{
background-color: #D44838;
}
.BgClassName
{
background-color: #D44838;
}
</style>
border-color css
<style>
span { border-color: #D44838; }
span { border-color: rgb(212,72,56); }
td.TdClassName
{
border-color: #D44838;
}
.TagClassName
{
border-color: #D44838;
}
</style>