Html Css Color HEX #E8422E Cinnabar

📋 copy color: '#E8422E'

red 232 ◦ green 66 ◦ blue 46

#E8422E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #E8422E

Tints of Cinnabar #E8422E

RGB

 RED value IS 232 (91.02% from 255) = 67.44%

 GREEN value IS 66 (26.17% from 255) = 19.19%

 BLUE value IS 46 (18.36% from 255) = 13.37%

R = 67.44%
G = 19.19%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8422E (or 0xE8422E) is known color: Cinnabar. HEX triplet: E8, 42 and 2E. RGB value is (232,66,46). Sum of RGB (Red+Green+Blue) = 232+66+46=344 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.44% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 46 (18.36% from 255 or 13.37% from 344); Max value from RGB is 232 - color contains mainly: red. Hex color #E8422E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8422E is #17BDD1. Grayscale: #717171. Windows color (decimal): -1555922 or 3031784. OLE color: 3031784.

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

Color convert

RGB 232 66 46 -
CMYK 0 0.72 0.80 0.09
HSL 6.45º 0.8% 0.55% -
HSV(B) 6.45º 0.8% 0.91% -
XYZ 35.72 21.25 4.8 -
YUV 113.35 90 212.63 -
System Red Green Blue C M Y K H S L
Decimal 232 66 46 0 0.72 0.80 0.09 6.45 0.8 0.55
Hex E8 42 2E 0 48 50 9 6 50 37
Octal 350 102 56 0 110 120 11 6 120 67
Binary 11101000 1000010 101110 0 1001000 1010000 1001 110 1010000 110111

Color Harmonies of #E8422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8422E

Black with #E8422E

Text Example


Text Example

White with #E8422E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8422E; }

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

 H1.HeaderClassName
 {
   color: #E8422E;
 }
 .AnyTagClassName
 {
   color: #E8422E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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