Shades of Cinnabar #D44138
Tints of Cinnabar #D44138
RGB
CMYK
RGB Variations
Color information
#D44138 (or 0xD44138) is known color: Cinnabar. HEX triplet: D4, 41 and 38. RGB value is (212,65,56). Sum of RGB (Red+Green+Blue) = 212+65+56=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D44138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44138 is #2BBEC7. Grayscale: #6C6C6C. Windows color (decimal): -2866888 or 3686868. OLE color: 3686868.
HSL color Cylindrical-coordinate representation of color #D44138: hue angle of 3.46º 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 #D44138 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 56 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.17 |
| HSL | 3.46º | 0.64% | 0.53% | - |
| HSV(B) | 3.46º | 0.74% | 0.83% | - |
| XYZ | 29.76 | 18.06 | 5.66 | - |
| YUV | 107.93 | 98.7 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 56 | 0 | 0.69 | 0.74 | 0.17 | 3.46 | 0.64 | 0.53 |
| Hex | D4 | 41 | 38 | 0 | 45 | 4A | 11 | 3 | 40 | 35 |
| Octal | 324 | 101 | 70 | 0 | 105 | 112 | 21 | 3 | 100 | 65 |
| Binary | 11010100 | 1000001 | 111000 | 0 | 1000101 | 1001010 | 10001 | 11 | 1000000 | 110101 |
Color Harmonies of #D44138
Complementary color
Monochromatic Colors of #D44138
Black with #D44138
Text Example
Text Example
White with #D44138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44138; }
p { color: rgb(212,65,56); }
H1.HeaderClassName
{
color: #D44138;
}
.AnyTagClassName
{
color: #D44138;
}
</style>
background-color css
<style>
a { background-color: #D44138; }
a { background-color: rgb(212,65,56); }
div.DivClassName
{
background-color: #D44138;
}
.BgClassName
{
background-color: #D44138;
}
</style>
border-color css
<style>
span { border-color: #D44138; }
span { border-color: rgb(212,65,56); }
td.TdClassName
{
border-color: #D44138;
}
.TagClassName
{
border-color: #D44138;
}
</style>