Html Css Color HEX #E1522B Cinnabar

📋 copy color: '#E1522B'

red 225 ◦ green 82 ◦ blue 43

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

Shades of Cinnabar #E1522B

Tints of Cinnabar #E1522B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.29%

R = 64.29%
G = 23.43%
B = 12.29%

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

#E1522B (or 0xE1522B) is known color: Cinnabar. HEX triplet: E1, 52 and 2B. RGB value is (225,82,43). Sum of RGB (Red+Green+Blue) = 225+82+43=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1522B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1522B is #1EADD4. Grayscale: #787878. Windows color (decimal): -2010581 or 2839265. OLE color: 2839265.

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

Color convert

RGB 225 82 43 -
CMYK 0 0.64 0.81 0.12
HSL 12.86º 0.75% 0.53% -
HSV(B) 12.86º 0.81% 0.88% -
XYZ 34.5 22.22 4.76 -
YUV 120.31 84.38 202.67 -
System Red Green Blue C M Y K H S L
Decimal 225 82 43 0 0.64 0.81 0.12 12.86 0.75 0.53
Hex E1 52 2B 0 40 51 C D 4B 35
Octal 341 122 53 0 100 121 14 15 113 65
Binary 11100001 1010010 101011 0 1000000 1010001 1100 1101 1001011 110101

Color Harmonies of #E1522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1522B

Black with #E1522B

Text Example


Text Example

White with #E1522B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1522B; }

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

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

background-color css

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

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

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

border-color css

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

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

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