#E8422B

Color #E8422B Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #E8422B

Tints of Cinnabar #E8422B

Color information

#E8422B (or 0xE8422B) is unknown color: approx Cinnabar. HEX triplet: E8, 42 and 2B. RGB value is (232,66,43). Sum of RGB (Red+Green+Blue) = 232+66+43=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E8422B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8422B is #17BDD4. Grayscale: #717171. Windows color (decimal): -1555925 or 2835176. OLE color: 2835176.

HSL color Cylindrical-coordinate representation of color #E8422B: hue angle of 7.3º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8422B is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB2326643-
CMYK00.720.810.09
HSL7.3º80.43%53.92%-
HSV(B)7.3º81.47%90.98%-
XYZ35.6621.234.5-
YUV113.0188.5212.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 68.04%
GREEN value IS 66 (26.17% from 255) = 19.35%
BLUE value IS 43 (17.19% from 255) = 12.61%
R=68.04%
G=19.35%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232664300.720.810.097.380.4353.92
HexE8422B04851975036
Octal35010253011012111712066
Binary11101000100001010101101001000101000110011111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8422B; }

 p { color: rgb(232,66,43); }

 H1.HeaderClassName
 {
   color: #E8422B;
 }
 .AnyTagClassName
 {
   color: #E8422B;
 }
</style>
background-color css

<style>
 a { background-color: #E8422B; }

 a { background-color: rgb(232,66,43); }

 div.DivClassName
 {
   background-color: #E8422B;
 }
 .BgClassName
 {
   background-color: #E8422B;
 }
</style>
border-color css

<style>
 span { border-color: #E8422B; }

 span { border-color: rgb(232,66,43); }

 td.TdClassName
 {
   border-color: #E8422B;
 }
 .TagClassName
 {
   border-color: #E8422B;
 }
</style>