Html Css Color HEX #E2441A Cinnabar

📋 copy color: '#E2441A'

red 226 ◦ green 68 ◦ blue 26

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

Shades of Cinnabar #E2441A

Tints of Cinnabar #E2441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.25%

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

R = 70.63%
G = 21.25%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2441A (or 0xE2441A) is known color: Cinnabar. HEX triplet: E2, 44 and 1A. RGB value is (226,68,26). Sum of RGB (Red+Green+Blue) = 226+68+26=320 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.62% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 226 - color contains mainly: red. Hex color #E2441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2441A is #1DBBE5. Grayscale: #6E6E6E. Windows color (decimal): -1948646 or 1721570. OLE color: 1721570.

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

Color convert

RGB 226 68 26 -
CMYK 0 0.70 0.88 0.11
HSL 12.6º 0.79% 0.49% -
HSV(B) 12.6º 0.88% 0.89% -
XYZ 33.62 20.38 3.14 -
YUV 110.45 80.35 210.42 -
System Red Green Blue C M Y K H S L
Decimal 226 68 26 0 0.70 0.88 0.11 12.6 0.79 0.49
Hex E2 44 1A 0 46 58 B D 4F 31
Octal 342 104 32 0 106 130 13 15 117 61
Binary 11100010 1000100 11010 0 1000110 1011000 1011 1101 1001111 110001

Color Harmonies of #E2441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2441A

Black with #E2441A

Text Example


Text Example

White with #E2441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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