Html Css Color HEX #E2491A Cinnabar

📋 copy color: '#E2491A'

red 226 ◦ green 73 ◦ blue 26

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

Shades of Cinnabar #E2491A

Tints of Cinnabar #E2491A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

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

R = 69.54%
G = 22.46%
B = 8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2491A (or 0xE2491A) is known color: Cinnabar. HEX triplet: E2, 49 and 1A. RGB value is (226,73,26). Sum of RGB (Red+Green+Blue) = 226+73+26=325 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.54% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 226 - color contains mainly: red. Hex color #E2491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2491A is #1DB6E5. Grayscale: #717171. Windows color (decimal): -1947366 or 1722850. OLE color: 1722850.

HSL color Cylindrical-coordinate representation of color #E2491A: hue angle of 14.1º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2491A is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 73 26 -
CMYK 0 0.68 0.88 0.11
HSL 14.1º 0.79% 0.49% -
HSV(B) 14.1º 0.88% 0.89% -
XYZ 33.93 21.01 3.24 -
YUV 113.39 78.69 208.32 -
System Red Green Blue C M Y K H S L
Decimal 226 73 26 0 0.68 0.88 0.11 14.1 0.79 0.49
Hex E2 49 1A 0 44 58 B E 4F 31
Octal 342 111 32 0 104 130 13 16 117 61
Binary 11100010 1001001 11010 0 1000100 1011000 1011 1110 1001111 110001

Color Harmonies of #E2491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2491A

Black with #E2491A

Text Example


Text Example

White with #E2491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2491A; }

 p { color: rgb(226,73,26); }

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

background-color css

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

 a { background-color: rgb(226,73,26); }

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

border-color css

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

 span { border-color: rgb(226,73,26); }

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