Html Css Color HEX #E8321E Cinnabar

📋 copy color: '#E8321E'

red 232 ◦ green 50 ◦ blue 30

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

Shades of Cinnabar #E8321E

Tints of Cinnabar #E8321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

 BLUE value IS 30 (12.11% from 255) = 9.62%

R = 74.36%
G = 16.03%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E8321E (or 0xE8321E) is known color: Cinnabar. HEX triplet: E8, 32 and 1E. RGB value is (232,50,30). Sum of RGB (Red+Green+Blue) = 232+50+30=312 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.36% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 232 - color contains mainly: red. Hex color #E8321E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8321E is #17CDE1. Grayscale: #666666. Windows color (decimal): -1560034 or 1979112. OLE color: 1979112.

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

Color convert

RGB 232 50 30 -
CMYK 0 0.78 0.87 0.09
HSL 5.94º 0.81% 0.51% -
HSV(B) 5.94º 0.87% 0.91% -
XYZ 34.65 19.53 3.17 -
YUV 102.14 87.3 220.63 -
System Red Green Blue C M Y K H S L
Decimal 232 50 30 0 0.78 0.87 0.09 5.94 0.81 0.51
Hex E8 32 1E 0 4E 57 9 6 51 33
Octal 350 62 36 0 116 127 11 6 121 63
Binary 11101000 110010 11110 0 1001110 1010111 1001 110 1010001 110011

Color Harmonies of #E8321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8321E

Black with #E8321E

Text Example


Text Example

White with #E8321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8321E; }

 p { color: rgb(232,50,30); }

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

background-color css

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

 a { background-color: rgb(232,50,30); }

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

border-color css

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

 span { border-color: rgb(232,50,30); }

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