Html Css Color HEX #E0522D Cinnabar

📋 copy color: '#E0522D'

red 224 ◦ green 82 ◦ blue 45

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

Shades of Cinnabar #E0522D

Tints of Cinnabar #E0522D

RGB

 RED value IS 224 (87.89% from 255) = 63.82%

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

 BLUE value IS 45 (17.97% from 255) = 12.82%

R = 63.82%
G = 23.36%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0522D (or 0xE0522D) is known color: Cinnabar. HEX triplet: E0, 52 and 2D. RGB value is (224,82,45). Sum of RGB (Red+Green+Blue) = 224+82+45=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E0522D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0522D is #1FADD2. Grayscale: #787878. Windows color (decimal): -2076115 or 2970336. OLE color: 2970336.

HSL color Cylindrical-coordinate representation of color #E0522D: hue angle of 12.4º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0522D is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 45 -
CMYK 0 0.63 0.80 0.12
HSL 12.4º 0.74% 0.53% -
HSV(B) 12.4º 0.8% 0.88% -
XYZ 34.23 22.07 4.94 -
YUV 120.24 85.54 202.01 -
System Red Green Blue C M Y K H S L
Decimal 224 82 45 0 0.63 0.80 0.12 12.4 0.74 0.53
Hex E0 52 2D 0 3F 50 C C 4A 35
Octal 340 122 55 0 77 120 14 14 112 65
Binary 11100000 1010010 101101 0 111111 1010000 1100 1100 1001010 110101

Color Harmonies of #E0522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0522D

Black with #E0522D

Text Example


Text Example

White with #E0522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0522D; }

 p { color: rgb(224,82,45); }

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

background-color css

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

 a { background-color: rgb(224,82,45); }

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

border-color css

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

 span { border-color: rgb(224,82,45); }

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