Shades of Cinnabar #D54326
Tints of Cinnabar #D54326
RGB
CMYK
RGB Variations
Color information
#D54326 (or 0xD54326) is known color: Cinnabar. HEX triplet: D5, 43 and 26. RGB value is (213,67,38). Sum of RGB (Red+Green+Blue) = 213+67+38=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D54326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54326 is #2ABCD9. Grayscale: #6B6B6B. Windows color (decimal): -2800858 or 2507733. OLE color: 2507733.
HSL color Cylindrical-coordinate representation of color #D54326: hue angle of 9.94º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D54326 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 38 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.16 |
| HSL | 9.94º | 0.7% | 0.49% | - |
| HSV(B) | 9.94º | 0.82% | 0.84% | - |
| XYZ | 29.8 | 18.3 | 3.8 | - |
| YUV | 107.35 | 88.87 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 38 | 0 | 0.69 | 0.82 | 0.16 | 9.94 | 0.7 | 0.49 |
| Hex | D5 | 43 | 26 | 0 | 45 | 52 | 10 | A | 46 | 31 |
| Octal | 325 | 103 | 46 | 0 | 105 | 122 | 20 | 12 | 106 | 61 |
| Binary | 11010101 | 1000011 | 100110 | 0 | 1000101 | 1010010 | 10000 | 1010 | 1000110 | 110001 |
Color Harmonies of #D54326
Complementary color
Monochromatic Colors of #D54326
Black with #D54326
Text Example
Text Example
White with #D54326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54326; }
p { color: rgb(213,67,38); }
H1.HeaderClassName
{
color: #D54326;
}
.AnyTagClassName
{
color: #D54326;
}
</style>
background-color css
<style>
a { background-color: #D54326; }
a { background-color: rgb(213,67,38); }
div.DivClassName
{
background-color: #D54326;
}
.BgClassName
{
background-color: #D54326;
}
</style>
border-color css
<style>
span { border-color: #D54326; }
span { border-color: rgb(213,67,38); }
td.TdClassName
{
border-color: #D54326;
}
.TagClassName
{
border-color: #D54326;
}
</style>