Html Css Color HEX #E2421A Cinnabar

📋 copy color: '#E2421A'

red 226 ◦ green 66 ◦ blue 26

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

Shades of Cinnabar #E2421A

Tints of Cinnabar #E2421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.75%

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

R = 71.07%
G = 20.75%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2421A (or 0xE2421A) is known color: Cinnabar. HEX triplet: E2, 42 and 1A. RGB value is (226,66,26). Sum of RGB (Red+Green+Blue) = 226+66+26=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E2421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2421A is #1DBDE5. Grayscale: #6D6D6D. Windows color (decimal): -1949158 or 1721058. OLE color: 1721058.

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

Color convert

RGB 226 66 26 -
CMYK 0 0.71 0.88 0.11
HSL 12º 0.79% 0.49% -
HSV(B) 12º 0.88% 0.89% -
XYZ 33.5 20.14 3.1 -
YUV 109.28 81.01 211.25 -
System Red Green Blue C M Y K H S L
Decimal 226 66 26 0 0.71 0.88 0.11 12 0.79 0.49
Hex E2 42 1A 0 47 58 B C 4F 31
Octal 342 102 32 0 107 130 13 14 117 61
Binary 11100010 1000010 11010 0 1000111 1011000 1011 1100 1001111 110001

Color Harmonies of #E2421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2421A

Black with #E2421A

Text Example


Text Example

White with #E2421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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