Html Css Color HEX #E8331A Cinnabar

📋 copy color: '#E8331A'

red 232 ◦ green 51 ◦ blue 26

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

Shades of Cinnabar #E8331A

Tints of Cinnabar #E8331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.5%

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

R = 75.08%
G = 16.5%
B = 8.41%

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

#E8331A (or 0xE8331A) is known color: Cinnabar. HEX triplet: E8, 33 and 1A. RGB value is (232,51,26). Sum of RGB (Red+Green+Blue) = 232+51+26=309 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.08% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 232 - color contains mainly: red. Hex color #E8331A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8331A is #17CCE5. Grayscale: #666666. Windows color (decimal): -1559782 or 1717224. OLE color: 1717224.

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

Color convert

RGB 232 51 26 -
CMYK 0 0.78 0.89 0.09
HSL 7.28º 0.82% 0.51% -
HSV(B) 7.28º 0.89% 0.91% -
XYZ 34.65 19.6 2.93 -
YUV 102.27 84.97 220.53 -
System Red Green Blue C M Y K H S L
Decimal 232 51 26 0 0.78 0.89 0.09 7.28 0.82 0.51
Hex E8 33 1A 0 4E 59 9 7 52 33
Octal 350 63 32 0 116 131 11 7 122 63
Binary 11101000 110011 11010 0 1001110 1011001 1001 111 1010010 110011

Color Harmonies of #E8331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8331A

Black with #E8331A

Text Example


Text Example

White with #E8331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8331A; }

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

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

background-color css

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

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

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

border-color css

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

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

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