Html Css Color HEX #E05026 Cinnabar

📋 copy color: '#E05026'

red 224 ◦ green 80 ◦ blue 38

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

Shades of Cinnabar #E05026

Tints of Cinnabar #E05026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.11%

R = 65.5%
G = 23.39%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E05026 (or 0xE05026) is known color: Cinnabar. HEX triplet: E0, 50 and 26. RGB value is (224,80,38). Sum of RGB (Red+Green+Blue) = 224+80+38=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E05026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05026 is #1FAFD9. Grayscale: #767676. Windows color (decimal): -2076634 or 2511072. OLE color: 2511072.

HSL color Cylindrical-coordinate representation of color #E05026: hue angle of 13.55º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E05026 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 80 38 -
CMYK 0 0.64 0.83 0.12
HSL 13.55º 0.75% 0.51% -
HSV(B) 13.55º 0.83% 0.88% -
XYZ 33.96 21.72 4.24 -
YUV 118.27 82.71 203.42 -
System Red Green Blue C M Y K H S L
Decimal 224 80 38 0 0.64 0.83 0.12 13.55 0.75 0.51
Hex E0 50 26 0 40 53 C E 4B 33
Octal 340 120 46 0 100 123 14 16 113 63
Binary 11100000 1010000 100110 0 1000000 1010011 1100 1110 1001011 110011

Color Harmonies of #E05026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05026

Black with #E05026

Text Example


Text Example

White with #E05026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05026; }

 p { color: rgb(224,80,38); }

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

background-color css

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

 a { background-color: rgb(224,80,38); }

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

border-color css

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

 span { border-color: rgb(224,80,38); }

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