Shades of Cinnabar #D44326
Tints of Cinnabar #D44326
RGB
CMYK
RGB Variations
Color information
#D44326 (or 0xD44326) is known color: Cinnabar. HEX triplet: D4, 43 and 26. RGB value is (212,67,38). Sum of RGB (Red+Green+Blue) = 212+67+38=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D44326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44326 is #2BBCD9. Grayscale: #6B6B6B. Windows color (decimal): -2866394 or 2507732. OLE color: 2507732.
HSL color Cylindrical-coordinate representation of color #D44326: hue angle of 10º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D44326 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 38 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.17 |
| HSL | 10º | 0.7% | 0.49% | - |
| HSV(B) | 10º | 0.82% | 0.83% | - |
| XYZ | 29.51 | 18.15 | 3.78 | - |
| YUV | 107.05 | 89.04 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 38 | 0 | 0.68 | 0.82 | 0.17 | 10 | 0.7 | 0.49 |
| Hex | D4 | 43 | 26 | 0 | 44 | 52 | 11 | A | 46 | 31 |
| Octal | 324 | 103 | 46 | 0 | 104 | 122 | 21 | 12 | 106 | 61 |
| Binary | 11010100 | 1000011 | 100110 | 0 | 1000100 | 1010010 | 10001 | 1010 | 1000110 | 110001 |
Color Harmonies of #D44326
Complementary color
Monochromatic Colors of #D44326
Black with #D44326
Text Example
Text Example
White with #D44326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44326; }
p { color: rgb(212,67,38); }
H1.HeaderClassName
{
color: #D44326;
}
.AnyTagClassName
{
color: #D44326;
}
</style>
background-color css
<style>
a { background-color: #D44326; }
a { background-color: rgb(212,67,38); }
div.DivClassName
{
background-color: #D44326;
}
.BgClassName
{
background-color: #D44326;
}
</style>
border-color css
<style>
span { border-color: #D44326; }
span { border-color: rgb(212,67,38); }
td.TdClassName
{
border-color: #D44326;
}
.TagClassName
{
border-color: #D44326;
}
</style>