Html Css Color HEX #E8311D Cinnabar

📋 copy color: '#E8311D'

red 232 ◦ green 49 ◦ blue 29

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

Shades of Cinnabar #E8311D

Tints of Cinnabar #E8311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.35%

R = 74.84%
G = 15.81%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E8311D (or 0xE8311D) is known color: Cinnabar. HEX triplet: E8, 31 and 1D. RGB value is (232,49,29). Sum of RGB (Red+Green+Blue) = 232+49+29=310 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.84% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 232 - color contains mainly: red. Hex color #E8311D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8311D is #17CEE2. Grayscale: #656565. Windows color (decimal): -1560291 or 1913320. OLE color: 1913320.

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

Color convert

RGB 232 49 29 -
CMYK 0 0.79 0.88 0.09
HSL 5.91º 0.82% 0.51% -
HSV(B) 5.91º 0.88% 0.91% -
XYZ 34.6 19.44 3.09 -
YUV 101.44 87.13 221.13 -
System Red Green Blue C M Y K H S L
Decimal 232 49 29 0 0.79 0.88 0.09 5.91 0.82 0.51
Hex E8 31 1D 0 4F 58 9 6 52 33
Octal 350 61 35 0 117 130 11 6 122 63
Binary 11101000 110001 11101 0 1001111 1011000 1001 110 1010010 110011

Color Harmonies of #E8311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8311D

Black with #E8311D

Text Example


Text Example

White with #E8311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8311D; }

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

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

background-color css

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

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

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

border-color css

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

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

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