Html Css Color HEX #E1522A Cinnabar

📋 copy color: '#E1522A'

red 225 ◦ green 82 ◦ blue 42

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

Shades of Cinnabar #E1522A

Tints of Cinnabar #E1522A

RGB

 RED value IS 225 (88.28% from 255) = 64.47%

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

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

R = 64.47%
G = 23.5%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1522A (or 0xE1522A) is known color: Cinnabar. HEX triplet: E1, 52 and 2A. RGB value is (225,82,42). Sum of RGB (Red+Green+Blue) = 225+82+42=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E1522A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1522A is #1EADD5. Grayscale: #787878. Windows color (decimal): -2010582 or 2773729. OLE color: 2773729.

HSL color Cylindrical-coordinate representation of color #E1522A: hue angle of 13.11º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1522A is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 82 42 -
CMYK 0 0.64 0.81 0.12
HSL 13.11º 0.75% 0.52% -
HSV(B) 13.11º 0.81% 0.88% -
XYZ 34.49 22.21 4.66 -
YUV 120.2 83.88 202.75 -
System Red Green Blue C M Y K H S L
Decimal 225 82 42 0 0.64 0.81 0.12 13.11 0.75 0.52
Hex E1 52 2A 0 40 51 C D 4B 34
Octal 341 122 52 0 100 121 14 15 113 64
Binary 11100001 1010010 101010 0 1000000 1010001 1100 1101 1001011 110100

Color Harmonies of #E1522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1522A

Black with #E1522A

Text Example


Text Example

White with #E1522A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1522A; }

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

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

background-color css

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

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

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

border-color css

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

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

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