Html Css Color HEX #E8321B Cinnabar

📋 copy color: '#E8321B'

red 232 ◦ green 50 ◦ blue 27

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

Shades of Cinnabar #E8321B

Tints of Cinnabar #E8321B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.74%

R = 75.08%
G = 16.18%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E8321B (or 0xE8321B) is known color: Cinnabar. HEX triplet: E8, 32 and 1B. RGB value is (232,50,27). Sum of RGB (Red+Green+Blue) = 232+50+27=309 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.08% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 232 - color contains mainly: red. Hex color #E8321B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8321B is #17CDE4. Grayscale: #666666. Windows color (decimal): -1560037 or 1782504. OLE color: 1782504.

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

Color convert

RGB 232 50 27 -
CMYK 0 0.78 0.88 0.09
HSL 6.73º 0.82% 0.51% -
HSV(B) 6.73º 0.88% 0.91% -
XYZ 34.62 19.52 2.98 -
YUV 101.8 85.8 220.87 -
System Red Green Blue C M Y K H S L
Decimal 232 50 27 0 0.78 0.88 0.09 6.73 0.82 0.51
Hex E8 32 1B 0 4E 58 9 7 52 33
Octal 350 62 33 0 116 130 11 7 122 63
Binary 11101000 110010 11011 0 1001110 1011000 1001 111 1010010 110011

Color Harmonies of #E8321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8321B

Black with #E8321B

Text Example


Text Example

White with #E8321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8321B; }

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

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

background-color css

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

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

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

border-color css

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

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

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