Html Css Color HEX #E2371F Cinnabar

📋 copy color: '#E2371F'

red 226 ◦ green 55 ◦ blue 31

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

Shades of Cinnabar #E2371F

Tints of Cinnabar #E2371F

RGB

 RED value IS 226 (88.67% from 255) = 72.44%

 GREEN value IS 55 (21.88% from 255) = 17.63%

 BLUE value IS 31 (12.5% from 255) = 9.94%

R = 72.44%
G = 17.63%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2371F (or 0xE2371F) is known color: Cinnabar. HEX triplet: E2, 37 and 1F. RGB value is (226,55,31). Sum of RGB (Red+Green+Blue) = 226+55+31=312 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.44% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 226 - color contains mainly: red. Hex color #E2371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2371F is #1DC8E0. Grayscale: #676767. Windows color (decimal): -1951969 or 2045922. OLE color: 2045922.

HSL color Cylindrical-coordinate representation of color #E2371F: hue angle of 7.38º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2371F is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 55 31 -
CMYK 0 0.76 0.86 0.11
HSL 7.38º 0.77% 0.5% -
HSV(B) 7.38º 0.86% 0.89% -
XYZ 32.98 19 3.23 -
YUV 103.39 87.15 215.45 -
System Red Green Blue C M Y K H S L
Decimal 226 55 31 0 0.76 0.86 0.11 7.38 0.77 0.5
Hex E2 37 1F 0 4C 56 B 7 4D 32
Octal 342 67 37 0 114 126 13 7 115 62
Binary 11100010 110111 11111 0 1001100 1010110 1011 111 1001101 110010

Color Harmonies of #E2371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2371F

Black with #E2371F

Text Example


Text Example

White with #E2371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2371F; }

 p { color: rgb(226,55,31); }

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

background-color css

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

 a { background-color: rgb(226,55,31); }

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

border-color css

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

 span { border-color: rgb(226,55,31); }

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