Html Css Color HEX #E3522A Cinnabar

📋 copy color: '#E3522A'

red 227 ◦ green 82 ◦ blue 42

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

Shades of Cinnabar #E3522A

Tints of Cinnabar #E3522A

RGB

 RED value IS 227 (89.06% from 255) = 64.67%

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

 BLUE value IS 42 (16.8% from 255) = 11.97%

R = 64.67%
G = 23.36%
B = 11.97%

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

#E3522A (or 0xE3522A) is known color: Cinnabar. HEX triplet: E3, 52 and 2A. RGB value is (227,82,42). Sum of RGB (Red+Green+Blue) = 227+82+42=351 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.67% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 227 - color contains mainly: red. Hex color #E3522A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3522A is #1CADD5. Grayscale: #797979. Windows color (decimal): -1879510 or 2773731. OLE color: 2773731.

HSL color Cylindrical-coordinate representation of color #E3522A: hue angle of 12.97º degrees, saturation: 0.77, 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 #E3522A is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 82 42 -
CMYK 0 0.64 0.81 0.11
HSL 12.97º 0.77% 0.53% -
HSV(B) 12.97º 0.81% 0.89% -
XYZ 35.11 22.53 4.69 -
YUV 120.8 83.54 203.75 -
System Red Green Blue C M Y K H S L
Decimal 227 82 42 0 0.64 0.81 0.11 12.97 0.77 0.53
Hex E3 52 2A 0 40 51 B D 4D 35
Octal 343 122 52 0 100 121 13 15 115 65
Binary 11100011 1010010 101010 0 1000000 1010001 1011 1101 1001101 110101

Color Harmonies of #E3522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3522A

Black with #E3522A

Text Example


Text Example

White with #E3522A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3522A; }

 p { color: rgb(227,82,42); }

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

background-color css

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

 a { background-color: rgb(227,82,42); }

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

border-color css

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

 span { border-color: rgb(227,82,42); }

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