Shades of Cinnabar #E63A1D
Tints of Cinnabar #E63A1D
RGB
CMYK
RGB Variations
Color information
#E63A1D (or 0xE63A1D) is known color: Cinnabar. HEX triplet: E6, 3A and 1D. RGB value is (230,58,29). Sum of RGB (Red+Green+Blue) = 230+58+29=317 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.56% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 230 - color contains mainly: red. Hex color #E63A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63A1D is #19C5E2. Grayscale: #6A6A6A. Windows color (decimal): -1689059 or 1915622. OLE color: 1915622.
HSL color Cylindrical-coordinate representation of color #E63A1D: hue angle of 8.66º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E63A1D is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 29 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.10 |
| HSL | 8.66º | 0.8% | 0.51% | - |
| HSV(B) | 8.66º | 0.87% | 0.9% | - |
| XYZ | 34.37 | 19.94 | 3.2 | - |
| YUV | 106.12 | 84.48 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 29 | 0 | 0.75 | 0.87 | 0.10 | 8.66 | 0.8 | 0.51 |
| Hex | E6 | 3A | 1D | 0 | 4B | 57 | A | 9 | 50 | 33 |
| Octal | 346 | 72 | 35 | 0 | 113 | 127 | 12 | 11 | 120 | 63 |
| Binary | 11100110 | 111010 | 11101 | 0 | 1001011 | 1010111 | 1010 | 1001 | 1010000 | 110011 |
Color Harmonies of #E63A1D
Complementary color
Monochromatic Colors of #E63A1D
Black with #E63A1D
Text Example
Text Example
White with #E63A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63A1D; }
p { color: rgb(230,58,29); }
H1.HeaderClassName
{
color: #E63A1D;
}
.AnyTagClassName
{
color: #E63A1D;
}
</style>
background-color css
<style>
a { background-color: #E63A1D; }
a { background-color: rgb(230,58,29); }
div.DivClassName
{
background-color: #E63A1D;
}
.BgClassName
{
background-color: #E63A1D;
}
</style>
border-color css
<style>
span { border-color: #E63A1D; }
span { border-color: rgb(230,58,29); }
td.TdClassName
{
border-color: #E63A1D;
}
.TagClassName
{
border-color: #E63A1D;
}
</style>