Html Css Color HEX #E5502B Cinnabar

📋 copy color: '#E5502B'

red 229 ◦ green 80 ◦ blue 43

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

Shades of Cinnabar #E5502B

Tints of Cinnabar #E5502B

RGB

 RED value IS 229 (89.84% from 255) = 65.06%

 GREEN value IS 80 (31.64% from 255) = 22.73%

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

R = 65.06%
G = 22.73%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5502B (or 0xE5502B) is known color: Cinnabar. HEX triplet: E5, 50 and 2B. RGB value is (229,80,43). Sum of RGB (Red+Green+Blue) = 229+80+43=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E5502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5502B is #1AAFD4. Grayscale: #787878. Windows color (decimal): -1748949 or 2838757. OLE color: 2838757.

HSL color Cylindrical-coordinate representation of color #E5502B: hue angle of 11.94º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5502B is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 80 43 -
CMYK 0 0.65 0.81 0.10
HSL 11.94º 0.78% 0.53% -
HSV(B) 11.94º 0.81% 0.9% -
XYZ 35.62 22.57 4.76 -
YUV 120.33 84.36 205.51 -
System Red Green Blue C M Y K H S L
Decimal 229 80 43 0 0.65 0.81 0.10 11.94 0.78 0.53
Hex E5 50 2B 0 41 51 A C 4E 35
Octal 345 120 53 0 101 121 12 14 116 65
Binary 11100101 1010000 101011 0 1000001 1010001 1010 1100 1001110 110101

Color Harmonies of #E5502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5502B

Black with #E5502B

Text Example


Text Example

White with #E5502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5502B; }

 p { color: rgb(229,80,43); }

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

background-color css

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

 a { background-color: rgb(229,80,43); }

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

border-color css

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

 span { border-color: rgb(229,80,43); }

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