Shades of Cinnabar #E63D34
Tints of Cinnabar #E63D34
RGB
CMYK
RGB Variations
Color information
#E63D34 (or 0xE63D34) is known color: Cinnabar. HEX triplet: E6, 3D and 34. RGB value is (230,61,52). Sum of RGB (Red+Green+Blue) = 230+61+52=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E63D34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63D34 is #19C2CB. Grayscale: #6E6E6E. Windows color (decimal): -1688268 or 3423718. OLE color: 3423718.
HSL color Cylindrical-coordinate representation of color #E63D34: hue angle of 3.03º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E63D34 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 61 | 52 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.10 |
| HSL | 3.03º | 0.78% | 0.55% | - |
| HSV(B) | 3.03º | 0.77% | 0.9% | - |
| XYZ | 34.92 | 20.41 | 5.35 | - |
| YUV | 110.51 | 94.99 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 61 | 52 | 0 | 0.73 | 0.77 | 0.10 | 3.03 | 0.78 | 0.55 |
| Hex | E6 | 3D | 34 | 0 | 49 | 4D | A | 3 | 4E | 37 |
| Octal | 346 | 75 | 64 | 0 | 111 | 115 | 12 | 3 | 116 | 67 |
| Binary | 11100110 | 111101 | 110100 | 0 | 1001001 | 1001101 | 1010 | 11 | 1001110 | 110111 |
Color Harmonies of #E63D34
Complementary color
Monochromatic Colors of #E63D34
Black with #E63D34
Text Example
Text Example
White with #E63D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63D34; }
p { color: rgb(230,61,52); }
H1.HeaderClassName
{
color: #E63D34;
}
.AnyTagClassName
{
color: #E63D34;
}
</style>
background-color css
<style>
a { background-color: #E63D34; }
a { background-color: rgb(230,61,52); }
div.DivClassName
{
background-color: #E63D34;
}
.BgClassName
{
background-color: #E63D34;
}
</style>
border-color css
<style>
span { border-color: #E63D34; }
span { border-color: rgb(230,61,52); }
td.TdClassName
{
border-color: #E63D34;
}
.TagClassName
{
border-color: #E63D34;
}
</style>