Html Css Color HEX #E8422A Cinnabar

📋 copy color: '#E8422A'

red 232 ◦ green 66 ◦ blue 42

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

Shades of Cinnabar #E8422A

Tints of Cinnabar #E8422A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.35%

R = 68.24%
G = 19.41%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8422A (or 0xE8422A) is known color: Cinnabar. HEX triplet: E8, 42 and 2A. RGB value is (232,66,42). Sum of RGB (Red+Green+Blue) = 232+66+42=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E8422A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8422A is #17BDD5. Grayscale: #717171. Windows color (decimal): -1555926 or 2769640. OLE color: 2769640.

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

Color convert

RGB 232 66 42 -
CMYK 0 0.72 0.82 0.09
HSL 7.58º 0.81% 0.54% -
HSV(B) 7.58º 0.82% 0.91% -
XYZ 35.64 21.22 4.41 -
YUV 112.9 88 212.95 -
System Red Green Blue C M Y K H S L
Decimal 232 66 42 0 0.72 0.82 0.09 7.58 0.81 0.54
Hex E8 42 2A 0 48 52 9 8 51 36
Octal 350 102 52 0 110 122 11 10 121 66
Binary 11101000 1000010 101010 0 1001000 1010010 1001 1000 1010001 110110

Color Harmonies of #E8422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8422A

Black with #E8422A

Text Example


Text Example

White with #E8422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8422A; }

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

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

background-color css

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

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

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

border-color css

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

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

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