Shades of Cinnabar #E6413D
Tints of Cinnabar #E6413D
RGB
CMYK
RGB Variations
Color information
#E6413D (or 0xE6413D) is known color: Cinnabar. HEX triplet: E6, 41 and 3D. RGB value is (230,65,61). Sum of RGB (Red+Green+Blue) = 230+65+61=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E6413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6413D is #19BEC2. Grayscale: #727272. Windows color (decimal): -1687235 or 4014566. OLE color: 4014566.
HSL color Cylindrical-coordinate representation of color #E6413D: hue angle of 1.42º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E6413D is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 61 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.10 |
| HSL | 1.42º | 0.77% | 0.57% | - |
| HSV(B) | 1.42º | 0.73% | 0.9% | - |
| XYZ | 35.37 | 20.94 | 6.59 | - |
| YUV | 113.88 | 98.16 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 61 | 0 | 0.72 | 0.73 | 0.10 | 1.42 | 0.77 | 0.57 |
| Hex | E6 | 41 | 3D | 0 | 48 | 49 | A | 1 | 4D | 39 |
| Octal | 346 | 101 | 75 | 0 | 110 | 111 | 12 | 1 | 115 | 71 |
| Binary | 11100110 | 1000001 | 111101 | 0 | 1001000 | 1001001 | 1010 | 1 | 1001101 | 111001 |
Color Harmonies of #E6413D
Complementary color
Monochromatic Colors of #E6413D
Black with #E6413D
Text Example
Text Example
White with #E6413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6413D; }
p { color: rgb(230,65,61); }
H1.HeaderClassName
{
color: #E6413D;
}
.AnyTagClassName
{
color: #E6413D;
}
</style>
background-color css
<style>
a { background-color: #E6413D; }
a { background-color: rgb(230,65,61); }
div.DivClassName
{
background-color: #E6413D;
}
.BgClassName
{
background-color: #E6413D;
}
</style>
border-color css
<style>
span { border-color: #E6413D; }
span { border-color: rgb(230,65,61); }
td.TdClassName
{
border-color: #E6413D;
}
.TagClassName
{
border-color: #E6413D;
}
</style>