Html Css Color HEX #E24520 Cinnabar

📋 copy color: '#E24520'

red 226 ◦ green 69 ◦ blue 32

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

Shades of Cinnabar #E24520

Tints of Cinnabar #E24520

RGB

 RED value IS 226 (88.67% from 255) = 69.11%

 GREEN value IS 69 (27.34% from 255) = 21.1%

 BLUE value IS 32 (12.89% from 255) = 9.79%

R = 69.11%
G = 21.1%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E24520 (or 0xE24520) is known color: Cinnabar. HEX triplet: E2, 45 and 20. RGB value is (226,69,32). Sum of RGB (Red+Green+Blue) = 226+69+32=327 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.11% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 226 - color contains mainly: red. Hex color #E24520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24520 is #1DBADF. Grayscale: #707070. Windows color (decimal): -1948384 or 2115042. OLE color: 2115042.

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

Color convert

RGB 226 69 32 -
CMYK 0 0.69 0.86 0.11
HSL 11.44º 0.77% 0.51% -
HSV(B) 11.44º 0.86% 0.89% -
XYZ 33.75 20.53 3.55 -
YUV 111.73 83.01 209.51 -
System Red Green Blue C M Y K H S L
Decimal 226 69 32 0 0.69 0.86 0.11 11.44 0.77 0.51
Hex E2 45 20 0 45 56 B B 4D 33
Octal 342 105 40 0 105 126 13 13 115 63
Binary 11100010 1000101 100000 0 1000101 1010110 1011 1011 1001101 110011

Color Harmonies of #E24520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24520

Black with #E24520

Text Example


Text Example

White with #E24520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24520; }

 p { color: rgb(226,69,32); }

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

background-color css

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

 a { background-color: rgb(226,69,32); }

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

border-color css

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

 span { border-color: rgb(226,69,32); }

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