Html Css Color HEX #E2471E Cinnabar

📋 copy color: '#E2471E'

red 226 ◦ green 71 ◦ blue 30

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

Shades of Cinnabar #E2471E

Tints of Cinnabar #E2471E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.71%

 BLUE value IS 30 (12.11% from 255) = 9.17%

R = 69.11%
G = 21.71%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E2471E (or 0xE2471E) is known color: Cinnabar. HEX triplet: E2, 47 and 1E. RGB value is (226,71,30). Sum of RGB (Red+Green+Blue) = 226+71+30=327 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.11% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 226 - color contains mainly: red. Hex color #E2471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2471E is #1DB8E1. Grayscale: #707070. Windows color (decimal): -1947874 or 1984482. OLE color: 1984482.

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

Color convert

RGB 226 71 30 -
CMYK 0 0.69 0.87 0.11
HSL 12.55º 0.77% 0.5% -
HSV(B) 12.55º 0.87% 0.89% -
XYZ 33.85 20.77 3.45 -
YUV 112.67 81.35 208.83 -
System Red Green Blue C M Y K H S L
Decimal 226 71 30 0 0.69 0.87 0.11 12.55 0.77 0.5
Hex E2 47 1E 0 45 57 B D 4D 32
Octal 342 107 36 0 105 127 13 15 115 62
Binary 11100010 1000111 11110 0 1000101 1010111 1011 1101 1001101 110010

Color Harmonies of #E2471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2471E

Black with #E2471E

Text Example


Text Example

White with #E2471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2471E; }

 p { color: rgb(226,71,30); }

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

background-color css

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

 a { background-color: rgb(226,71,30); }

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

border-color css

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

 span { border-color: rgb(226,71,30); }

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