Shades of Cinnabar #E63F32
Tints of Cinnabar #E63F32
RGB
CMYK
RGB Variations
Color information
#E63F32 (or 0xE63F32) is known color: Cinnabar. HEX triplet: E6, 3F and 32. RGB value is (230,63,50). Sum of RGB (Red+Green+Blue) = 230+63+50=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E63F32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63F32 is #19C0CD. Grayscale: #6F6F6F. Windows color (decimal): -1687758 or 3293158. OLE color: 3293158.
HSL color Cylindrical-coordinate representation of color #E63F32: hue angle of 4.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E63F32 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 63 | 50 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.10 |
| HSL | 4.33º | 0.78% | 0.55% | - |
| HSV(B) | 4.33º | 0.78% | 0.9% | - |
| XYZ | 34.99 | 20.61 | 5.15 | - |
| YUV | 111.45 | 93.33 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 63 | 50 | 0 | 0.73 | 0.78 | 0.10 | 4.33 | 0.78 | 0.55 |
| Hex | E6 | 3F | 32 | 0 | 49 | 4E | A | 4 | 4E | 37 |
| Octal | 346 | 77 | 62 | 0 | 111 | 116 | 12 | 4 | 116 | 67 |
| Binary | 11100110 | 111111 | 110010 | 0 | 1001001 | 1001110 | 1010 | 100 | 1001110 | 110111 |
Color Harmonies of #E63F32
Complementary color
Monochromatic Colors of #E63F32
Black with #E63F32
Text Example
Text Example
White with #E63F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63F32; }
p { color: rgb(230,63,50); }
H1.HeaderClassName
{
color: #E63F32;
}
.AnyTagClassName
{
color: #E63F32;
}
</style>
background-color css
<style>
a { background-color: #E63F32; }
a { background-color: rgb(230,63,50); }
div.DivClassName
{
background-color: #E63F32;
}
.BgClassName
{
background-color: #E63F32;
}
</style>
border-color css
<style>
span { border-color: #E63F32; }
span { border-color: rgb(230,63,50); }
td.TdClassName
{
border-color: #E63F32;
}
.TagClassName
{
border-color: #E63F32;
}
</style>