Html Css Color HEX #E2411E Cinnabar

📋 copy color: '#E2411E'

red 226 ◦ green 65 ◦ blue 30

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

Shades of Cinnabar #E2411E

Tints of Cinnabar #E2411E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.25%

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

R = 70.4%
G = 20.25%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E2411E (or 0xE2411E) is known color: Cinnabar. HEX triplet: E2, 41 and 1E. RGB value is (226,65,30). Sum of RGB (Red+Green+Blue) = 226+65+30=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E2411E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2411E is #1DBEE1. Grayscale: #6D6D6D. Windows color (decimal): -1949410 or 1982946. OLE color: 1982946.

HSL color Cylindrical-coordinate representation of color #E2411E: hue angle of 10.71º 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 #E2411E is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 65 30 -
CMYK 0 0.71 0.87 0.11
HSL 10.71º 0.77% 0.5% -
HSV(B) 10.71º 0.87% 0.89% -
XYZ 33.49 20.04 3.33 -
YUV 109.15 83.34 211.35 -
System Red Green Blue C M Y K H S L
Decimal 226 65 30 0 0.71 0.87 0.11 10.71 0.77 0.5
Hex E2 41 1E 0 47 57 B B 4D 32
Octal 342 101 36 0 107 127 13 13 115 62
Binary 11100010 1000001 11110 0 1000111 1010111 1011 1011 1001101 110010

Color Harmonies of #E2411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2411E

Black with #E2411E

Text Example


Text Example

White with #E2411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2411E; }

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

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

background-color css

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

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

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

border-color css

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

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

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