Html Css Color HEX #E4502F Cinnabar

📋 copy color: '#E4502F'

red 228 ◦ green 80 ◦ blue 47

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

Shades of Cinnabar #E4502F

Tints of Cinnabar #E4502F

RGB

 RED value IS 228 (89.45% from 255) = 64.23%

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

 BLUE value IS 47 (18.75% from 255) = 13.24%

R = 64.23%
G = 22.54%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E4502F (or 0xE4502F) is known color: Cinnabar. HEX triplet: E4, 50 and 2F. RGB value is (228,80,47). Sum of RGB (Red+Green+Blue) = 228+80+47=355 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.23% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 228 - color contains mainly: red. Hex color #E4502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4502F is #1BAFD0. Grayscale: #787878. Windows color (decimal): -1814481 or 3100900. OLE color: 3100900.

HSL color Cylindrical-coordinate representation of color #E4502F: hue angle of 10.94º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E4502F is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 80 47 -
CMYK 0 0.65 0.79 0.11
HSL 10.94º 0.77% 0.54% -
HSV(B) 10.94º 0.79% 0.89% -
XYZ 35.38 22.44 5.16 -
YUV 120.49 86.53 204.68 -
System Red Green Blue C M Y K H S L
Decimal 228 80 47 0 0.65 0.79 0.11 10.94 0.77 0.54
Hex E4 50 2F 0 41 4F B B 4D 36
Octal 344 120 57 0 101 117 13 13 115 66
Binary 11100100 1010000 101111 0 1000001 1001111 1011 1011 1001101 110110

Color Harmonies of #E4502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4502F

Black with #E4502F

Text Example


Text Example

White with #E4502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4502F; }

 p { color: rgb(228,80,47); }

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

background-color css

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

 a { background-color: rgb(228,80,47); }

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

border-color css

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

 span { border-color: rgb(228,80,47); }

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