Html Css Color HEX #E2522C Cinnabar

📋 copy color: '#E2522C'

red 226 ◦ green 82 ◦ blue 44

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

Shades of Cinnabar #E2522C

Tints of Cinnabar #E2522C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.3%

 BLUE value IS 44 (17.58% from 255) = 12.5%

R = 64.2%
G = 23.3%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2522C (or 0xE2522C) is known color: Cinnabar. HEX triplet: E2, 52 and 2C. RGB value is (226,82,44). Sum of RGB (Red+Green+Blue) = 226+82+44=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E2522C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2522C is #1DADD3. Grayscale: #797979. Windows color (decimal): -1945044 or 2904802. OLE color: 2904802.

HSL color Cylindrical-coordinate representation of color #E2522C: hue angle of 12.53º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2522C is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 82 44 -
CMYK 0 0.64 0.81 0.11
HSL 12.53º 0.76% 0.53% -
HSV(B) 12.53º 0.81% 0.89% -
XYZ 34.84 22.39 4.87 -
YUV 120.72 84.71 203.09 -
System Red Green Blue C M Y K H S L
Decimal 226 82 44 0 0.64 0.81 0.11 12.53 0.76 0.53
Hex E2 52 2C 0 40 51 B D 4C 35
Octal 342 122 54 0 100 121 13 15 114 65
Binary 11100010 1010010 101100 0 1000000 1010001 1011 1101 1001100 110101

Color Harmonies of #E2522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2522C

Black with #E2522C

Text Example


Text Example

White with #E2522C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2522C; }

 p { color: rgb(226,82,44); }

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

background-color css

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

 a { background-color: rgb(226,82,44); }

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

border-color css

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

 span { border-color: rgb(226,82,44); }

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