Html Css Color HEX #E9311C Cinnabar

📋 copy color: '#E9311C'

red 233 ◦ green 49 ◦ blue 28

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

Shades of Cinnabar #E9311C

Tints of Cinnabar #E9311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.03%

R = 75.16%
G = 15.81%
B = 9.03%

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

#E9311C (or 0xE9311C) is known color: Cinnabar. HEX triplet: E9, 31 and 1C. RGB value is (233,49,28). Sum of RGB (Red+Green+Blue) = 233+49+28=310 (41% of max value = 765). Red value is 233 (91.41% from 255 or 75.16% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 233 - color contains mainly: red. Hex color #E9311C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9311C is #16CEE3. Grayscale: #656565. Windows color (decimal): -1494756 or 1847785. OLE color: 1847785.

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

Color convert

RGB 233 49 28 -
CMYK 0 0.79 0.88 0.09
HSL 6.15º 0.82% 0.51% -
HSV(B) 6.15º 0.88% 0.91% -
XYZ 34.91 19.6 3.04 -
YUV 101.62 86.46 221.71 -
System Red Green Blue C M Y K H S L
Decimal 233 49 28 0 0.79 0.88 0.09 6.15 0.82 0.51
Hex E9 31 1C 0 4F 58 9 6 52 33
Octal 351 61 34 0 117 130 11 6 122 63
Binary 11101001 110001 11100 0 1001111 1011000 1001 110 1010010 110011

Color Harmonies of #E9311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9311C

Black with #E9311C

Text Example


Text Example

White with #E9311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9311C; }

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

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

background-color css

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

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

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

border-color css

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

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

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