Shades of Cinnabar #D44938
Tints of Cinnabar #D44938
RGB
CMYK
RGB Variations
Color information
#D44938 (or 0xD44938) is known color: Cinnabar. HEX triplet: D4, 49 and 38. RGB value is (212,73,56). Sum of RGB (Red+Green+Blue) = 212+73+56=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D44938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44938 is #2BB6C7. Grayscale: #707070. Windows color (decimal): -2864840 or 3688916. OLE color: 3688916.
HSL color Cylindrical-coordinate representation of color #D44938: hue angle of 6.54º 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 #D44938 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 56 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.17 |
| HSL | 6.54º | 0.64% | 0.53% | - |
| HSV(B) | 6.54º | 0.74% | 0.83% | - |
| XYZ | 30.25 | 19.05 | 5.82 | - |
| YUV | 112.62 | 96.05 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 56 | 0 | 0.66 | 0.74 | 0.17 | 6.54 | 0.64 | 0.53 |
| Hex | D4 | 49 | 38 | 0 | 42 | 4A | 11 | 7 | 40 | 35 |
| Octal | 324 | 111 | 70 | 0 | 102 | 112 | 21 | 7 | 100 | 65 |
| Binary | 11010100 | 1001001 | 111000 | 0 | 1000010 | 1001010 | 10001 | 111 | 1000000 | 110101 |
Color Harmonies of #D44938
Complementary color
Monochromatic Colors of #D44938
Black with #D44938
Text Example
Text Example
White with #D44938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44938; }
p { color: rgb(212,73,56); }
H1.HeaderClassName
{
color: #D44938;
}
.AnyTagClassName
{
color: #D44938;
}
</style>
background-color css
<style>
a { background-color: #D44938; }
a { background-color: rgb(212,73,56); }
div.DivClassName
{
background-color: #D44938;
}
.BgClassName
{
background-color: #D44938;
}
</style>
border-color css
<style>
span { border-color: #D44938; }
span { border-color: rgb(212,73,56); }
td.TdClassName
{
border-color: #D44938;
}
.TagClassName
{
border-color: #D44938;
}
</style>