Html Css Color HEX #E8321A Cinnabar

📋 copy color: '#E8321A'

red 232 ◦ green 50 ◦ blue 26

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

Shades of Cinnabar #E8321A

Tints of Cinnabar #E8321A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.44%

R = 75.32%
G = 16.23%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E8321A (or 0xE8321A) is known color: Cinnabar. HEX triplet: E8, 32 and 1A. RGB value is (232,50,26). Sum of RGB (Red+Green+Blue) = 232+50+26=308 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.32% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 232 - color contains mainly: red. Hex color #E8321A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8321A is #17CDE5. Grayscale: #656565. Windows color (decimal): -1560038 or 1716968. OLE color: 1716968.

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

Color convert

RGB 232 50 26 -
CMYK 0 0.78 0.89 0.09
HSL 6.99º 0.82% 0.51% -
HSV(B) 6.99º 0.89% 0.91% -
XYZ 34.61 19.51 2.92 -
YUV 101.68 85.3 220.95 -
System Red Green Blue C M Y K H S L
Decimal 232 50 26 0 0.78 0.89 0.09 6.99 0.82 0.51
Hex E8 32 1A 0 4E 59 9 7 52 33
Octal 350 62 32 0 116 131 11 7 122 63
Binary 11101000 110010 11010 0 1001110 1011001 1001 111 1010010 110011

Color Harmonies of #E8321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8321A

Black with #E8321A

Text Example


Text Example

White with #E8321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8321A; }

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

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

background-color css

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

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

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

border-color css

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

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

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