Html Css Color HEX #E9311B Cinnabar

📋 copy color: '#E9311B'

red 233 ◦ green 49 ◦ blue 27

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

Shades of Cinnabar #E9311B

Tints of Cinnabar #E9311B

RGB

 RED value IS 233 (91.41% from 255) = 75.4%

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

 BLUE value IS 27 (10.94% from 255) = 8.74%

R = 75.4%
G = 15.86%
B = 8.74%

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

#E9311B (or 0xE9311B) is known color: Cinnabar. HEX triplet: E9, 31 and 1B. RGB value is (233,49,27). Sum of RGB (Red+Green+Blue) = 233+49+27=309 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.40% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 233 - color contains mainly: red. Hex color #E9311B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9311B is #16CEE4. Grayscale: #656565. Windows color (decimal): -1494757 or 1782249. OLE color: 1782249.

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

Color convert

RGB 233 49 27 -
CMYK 0 0.79 0.88 0.09
HSL 6.41º 0.82% 0.51% -
HSV(B) 6.41º 0.88% 0.91% -
XYZ 34.9 19.6 2.98 -
YUV 101.51 85.96 221.79 -
System Red Green Blue C M Y K H S L
Decimal 233 49 27 0 0.79 0.88 0.09 6.41 0.82 0.51
Hex E9 31 1B 0 4F 58 9 6 52 33
Octal 351 61 33 0 117 130 11 6 122 63
Binary 11101001 110001 11011 0 1001111 1011000 1001 110 1010010 110011

Color Harmonies of #E9311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9311B

Black with #E9311B

Text Example


Text Example

White with #E9311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9311B; }

 p { color: rgb(233,49,27); }

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

background-color css

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

 a { background-color: rgb(233,49,27); }

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

border-color css

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

 span { border-color: rgb(233,49,27); }

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