Html Css Color HEX #E8321C Cinnabar

📋 copy color: '#E8321C'

red 232 ◦ green 50 ◦ blue 28

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

Shades of Cinnabar #E8321C

Tints of Cinnabar #E8321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.03%

R = 74.84%
G = 16.13%
B = 9.03%

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

#E8321C (or 0xE8321C) is known color: Cinnabar. HEX triplet: E8, 32 and 1C. RGB value is (232,50,28). Sum of RGB (Red+Green+Blue) = 232+50+28=310 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.84% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 232 - color contains mainly: red. Hex color #E8321C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8321C is #17CDE3. Grayscale: #666666. Windows color (decimal): -1560036 or 1848040. OLE color: 1848040.

HSL color Cylindrical-coordinate representation of color #E8321C: hue angle of 6.47º 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 #E8321C is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 50 28 -
CMYK 0 0.78 0.88 0.09
HSL 6.47º 0.82% 0.51% -
HSV(B) 6.47º 0.88% 0.91% -
XYZ 34.63 19.52 3.04 -
YUV 101.91 86.3 220.79 -
System Red Green Blue C M Y K H S L
Decimal 232 50 28 0 0.78 0.88 0.09 6.47 0.82 0.51
Hex E8 32 1C 0 4E 58 9 6 52 33
Octal 350 62 34 0 116 130 11 6 122 63
Binary 11101000 110010 11100 0 1001110 1011000 1001 110 1010010 110011

Color Harmonies of #E8321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8321C

Black with #E8321C

Text Example


Text Example

White with #E8321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8321C; }

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

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

background-color css

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

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

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

border-color css

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

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

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