Shades of Cinnabar #E6432C
Tints of Cinnabar #E6432C
RGB
CMYK
RGB Variations
Color information
#E6432C (or 0xE6432C) is known color: Cinnabar. HEX triplet: E6, 43 and 2C. RGB value is (230,67,44). Sum of RGB (Red+Green+Blue) = 230+67+44=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E6432C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6432C is #19BCD3. Grayscale: #717171. Windows color (decimal): -1686740 or 2900966. OLE color: 2900966.
HSL color Cylindrical-coordinate representation of color #E6432C: hue angle of 7.42º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6432C is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 44 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.10 |
| HSL | 7.42º | 0.79% | 0.54% | - |
| HSV(B) | 7.42º | 0.81% | 0.9% | - |
| XYZ | 35.09 | 21.02 | 4.59 | - |
| YUV | 113.12 | 89 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 44 | 0 | 0.71 | 0.81 | 0.10 | 7.42 | 0.79 | 0.54 |
| Hex | E6 | 43 | 2C | 0 | 47 | 51 | A | 7 | 4F | 36 |
| Octal | 346 | 103 | 54 | 0 | 107 | 121 | 12 | 7 | 117 | 66 |
| Binary | 11100110 | 1000011 | 101100 | 0 | 1000111 | 1010001 | 1010 | 111 | 1001111 | 110110 |
Color Harmonies of #E6432C
Complementary color
Monochromatic Colors of #E6432C
Black with #E6432C
Text Example
Text Example
White with #E6432C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6432C; }
p { color: rgb(230,67,44); }
H1.HeaderClassName
{
color: #E6432C;
}
.AnyTagClassName
{
color: #E6432C;
}
</style>
background-color css
<style>
a { background-color: #E6432C; }
a { background-color: rgb(230,67,44); }
div.DivClassName
{
background-color: #E6432C;
}
.BgClassName
{
background-color: #E6432C;
}
</style>
border-color css
<style>
span { border-color: #E6432C; }
span { border-color: rgb(230,67,44); }
td.TdClassName
{
border-color: #E6432C;
}
.TagClassName
{
border-color: #E6432C;
}
</style>