Html Css Color HEX #E5503F Cinnabar

📋 copy color: '#E5503F'

red 229 ◦ green 80 ◦ blue 63

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

Shades of Cinnabar #E5503F

Tints of Cinnabar #E5503F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.94%

R = 61.56%
G = 21.51%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E5503F (or 0xE5503F) is known color: Cinnabar. HEX triplet: E5, 50 and 3F. RGB value is (229,80,63). Sum of RGB (Red+Green+Blue) = 229+80+63=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E5503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5503F is #1AAFC0. Grayscale: #7A7A7A. Windows color (decimal): -1748929 or 4149477. OLE color: 4149477.

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

Color convert

RGB 229 80 63 -
CMYK 0 0.65 0.72 0.10
HSL 6.14º 0.76% 0.57% -
HSV(B) 6.14º 0.72% 0.9% -
XYZ 36.08 22.75 7.19 -
YUV 122.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 229 80 63 0 0.65 0.72 0.10 6.14 0.76 0.57
Hex E5 50 3F 0 41 48 A 6 4C 39
Octal 345 120 77 0 101 110 12 6 114 71
Binary 11100101 1010000 111111 0 1000001 1001000 1010 110 1001100 111001

Color Harmonies of #E5503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5503F

Black with #E5503F

Text Example


Text Example

White with #E5503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5503F; }

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

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

background-color css

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

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

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

border-color css

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

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

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