Shades of Cinnabar #E63A1F
Tints of Cinnabar #E63A1F
RGB
CMYK
RGB Variations
Color information
#E63A1F (or 0xE63A1F) is known color: Cinnabar. HEX triplet: E6, 3A and 1F. RGB value is (230,58,31). Sum of RGB (Red+Green+Blue) = 230+58+31=319 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.10% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 230 - color contains mainly: red. Hex color #E63A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63A1F is #19C5E0. Grayscale: #6A6A6A. Windows color (decimal): -1689057 or 2046694. OLE color: 2046694.
HSL color Cylindrical-coordinate representation of color #E63A1F: hue angle of 8.14º 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 #E63A1F is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 58 | 31 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.10 |
| HSL | 8.14º | 0.8% | 0.51% | - |
| HSV(B) | 8.14º | 0.87% | 0.9% | - |
| XYZ | 34.39 | 19.95 | 3.33 | - |
| YUV | 106.35 | 85.48 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 58 | 31 | 0 | 0.75 | 0.87 | 0.10 | 8.14 | 0.8 | 0.51 |
| Hex | E6 | 3A | 1F | 0 | 4B | 57 | A | 8 | 50 | 33 |
| Octal | 346 | 72 | 37 | 0 | 113 | 127 | 12 | 10 | 120 | 63 |
| Binary | 11100110 | 111010 | 11111 | 0 | 1001011 | 1010111 | 1010 | 1000 | 1010000 | 110011 |
Color Harmonies of #E63A1F
Complementary color
Monochromatic Colors of #E63A1F
Black with #E63A1F
Text Example
Text Example
White with #E63A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63A1F; }
p { color: rgb(230,58,31); }
H1.HeaderClassName
{
color: #E63A1F;
}
.AnyTagClassName
{
color: #E63A1F;
}
</style>
background-color css
<style>
a { background-color: #E63A1F; }
a { background-color: rgb(230,58,31); }
div.DivClassName
{
background-color: #E63A1F;
}
.BgClassName
{
background-color: #E63A1F;
}
</style>
border-color css
<style>
span { border-color: #E63A1F; }
span { border-color: rgb(230,58,31); }
td.TdClassName
{
border-color: #E63A1F;
}
.TagClassName
{
border-color: #E63A1F;
}
</style>