Shades of Cinnabar #E6432A
Tints of Cinnabar #E6432A
RGB
CMYK
RGB Variations
Color information
#E6432A (or 0xE6432A) is known color: Cinnabar. HEX triplet: E6, 43 and 2A. RGB value is (230,67,42). Sum of RGB (Red+Green+Blue) = 230+67+42=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E6432A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6432A is #19BCD5. Grayscale: #717171. Windows color (decimal): -1686742 or 2769894. OLE color: 2769894.
HSL color Cylindrical-coordinate representation of color #E6432A: hue angle of 7.98º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6432A is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 42 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.10 |
| HSL | 7.98º | 0.79% | 0.53% | - |
| HSV(B) | 7.98º | 0.82% | 0.9% | - |
| XYZ | 35.06 | 21 | 4.4 | - |
| YUV | 112.89 | 88 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 42 | 0 | 0.71 | 0.82 | 0.10 | 7.98 | 0.79 | 0.53 |
| Hex | E6 | 43 | 2A | 0 | 47 | 52 | A | 8 | 4F | 35 |
| Octal | 346 | 103 | 52 | 0 | 107 | 122 | 12 | 10 | 117 | 65 |
| Binary | 11100110 | 1000011 | 101010 | 0 | 1000111 | 1010010 | 1010 | 1000 | 1001111 | 110101 |
Color Harmonies of #E6432A
Complementary color
Monochromatic Colors of #E6432A
Black with #E6432A
Text Example
Text Example
White with #E6432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6432A; }
p { color: rgb(230,67,42); }
H1.HeaderClassName
{
color: #E6432A;
}
.AnyTagClassName
{
color: #E6432A;
}
</style>
background-color css
<style>
a { background-color: #E6432A; }
a { background-color: rgb(230,67,42); }
div.DivClassName
{
background-color: #E6432A;
}
.BgClassName
{
background-color: #E6432A;
}
</style>
border-color css
<style>
span { border-color: #E6432A; }
span { border-color: rgb(230,67,42); }
td.TdClassName
{
border-color: #E6432A;
}
.TagClassName
{
border-color: #E6432A;
}
</style>