Shades of Cinnabar #E7403D
Tints of Cinnabar #E7403D
RGB
CMYK
RGB Variations
Color information
#E7403D (or 0xE7403D) is known color: Cinnabar. HEX triplet: E7, 40 and 3D. RGB value is (231,64,61). Sum of RGB (Red+Green+Blue) = 231+64+61=356 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.89% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 231 - color contains mainly: red. Hex color #E7403D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7403D is #18BFC2. Grayscale: #717171. Windows color (decimal): -1621955 or 4014311. OLE color: 4014311.
HSL color Cylindrical-coordinate representation of color #E7403D: hue angle of 1.06º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7403D is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 61 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.09 |
| HSL | 1.06º | 0.78% | 0.57% | - |
| HSV(B) | 1.06º | 0.74% | 0.91% | - |
| XYZ | 35.63 | 20.99 | 6.59 | - |
| YUV | 113.59 | 98.33 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 61 | 0 | 0.72 | 0.74 | 0.09 | 1.06 | 0.78 | 0.57 |
| Hex | E7 | 40 | 3D | 0 | 48 | 4A | 9 | 1 | 4E | 39 |
| Octal | 347 | 100 | 75 | 0 | 110 | 112 | 11 | 1 | 116 | 71 |
| Binary | 11100111 | 1000000 | 111101 | 0 | 1001000 | 1001010 | 1001 | 1 | 1001110 | 111001 |
Color Harmonies of #E7403D
Complementary color
Monochromatic Colors of #E7403D
Black with #E7403D
Text Example
Text Example
White with #E7403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7403D; }
p { color: rgb(231,64,61); }
H1.HeaderClassName
{
color: #E7403D;
}
.AnyTagClassName
{
color: #E7403D;
}
</style>
background-color css
<style>
a { background-color: #E7403D; }
a { background-color: rgb(231,64,61); }
div.DivClassName
{
background-color: #E7403D;
}
.BgClassName
{
background-color: #E7403D;
}
</style>
border-color css
<style>
span { border-color: #E7403D; }
span { border-color: rgb(231,64,61); }
td.TdClassName
{
border-color: #E7403D;
}
.TagClassName
{
border-color: #E7403D;
}
</style>