Html Css Color HEX #E8311A Cinnabar

📋 copy color: '#E8311A'

red 232 ◦ green 49 ◦ blue 26

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

Shades of Cinnabar #E8311A

Tints of Cinnabar #E8311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.96%

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

R = 75.57%
G = 15.96%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E8311A (or 0xE8311A) is known color: Cinnabar. HEX triplet: E8, 31 and 1A. RGB value is (232,49,26). Sum of RGB (Red+Green+Blue) = 232+49+26=307 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.57% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 232 - color contains mainly: red. Hex color #E8311A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8311A is #17CEE5. Grayscale: #656565. Windows color (decimal): -1560294 or 1716712. OLE color: 1716712.

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

Color convert

RGB 232 49 26 -
CMYK 0 0.79 0.89 0.09
HSL 6.7º 0.82% 0.51% -
HSV(B) 6.7º 0.89% 0.91% -
XYZ 34.56 19.43 2.91 -
YUV 101.1 85.63 221.37 -
System Red Green Blue C M Y K H S L
Decimal 232 49 26 0 0.79 0.89 0.09 6.7 0.82 0.51
Hex E8 31 1A 0 4F 59 9 7 52 33
Octal 350 61 32 0 117 131 11 7 122 63
Binary 11101000 110001 11010 0 1001111 1011001 1001 111 1010010 110011

Color Harmonies of #E8311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8311A

Black with #E8311A

Text Example


Text Example

White with #E8311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8311A; }

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

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

background-color css

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

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

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

border-color css

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

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

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