Html Css Color HEX #E7311A Cinnabar

📋 copy color: '#E7311A'

red 231 ◦ green 49 ◦ blue 26

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

Shades of Cinnabar #E7311A

Tints of Cinnabar #E7311A

RGB

 RED value IS 231 (90.63% from 255) = 75.49%

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

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

R = 75.49%
G = 16.01%
B = 8.5%

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

#E7311A (or 0xE7311A) is known color: Cinnabar. HEX triplet: E7, 31 and 1A. RGB value is (231,49,26). Sum of RGB (Red+Green+Blue) = 231+49+26=306 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.49% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 231 - color contains mainly: red. Hex color #E7311A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7311A is #18CEE5. Grayscale: #656565. Windows color (decimal): -1625830 or 1716711. OLE color: 1716711.

HSL color Cylindrical-coordinate representation of color #E7311A: hue angle of 6.73º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E7311A is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 49 26 -
CMYK 0 0.79 0.89 0.09
HSL 6.73º 0.81% 0.5% -
HSV(B) 6.73º 0.89% 0.91% -
XYZ 34.24 19.26 2.89 -
YUV 100.8 85.8 220.87 -
System Red Green Blue C M Y K H S L
Decimal 231 49 26 0 0.79 0.89 0.09 6.73 0.81 0.5
Hex E7 31 1A 0 4F 59 9 7 51 32
Octal 347 61 32 0 117 131 11 7 121 62
Binary 11100111 110001 11010 0 1001111 1011001 1001 111 1010001 110010

Color Harmonies of #E7311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7311A

Black with #E7311A

Text Example


Text Example

White with #E7311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7311A; }

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

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

background-color css

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

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

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

border-color css

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

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

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