Html Css Color HEX #E05027 Cinnabar

📋 copy color: '#E05027'

red 224 ◦ green 80 ◦ blue 39

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

Shades of Cinnabar #E05027

Tints of Cinnabar #E05027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.37%

R = 65.31%
G = 23.32%
B = 11.37%

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

#E05027 (or 0xE05027) is known color: Cinnabar. HEX triplet: E0, 50 and 27. RGB value is (224,80,39). Sum of RGB (Red+Green+Blue) = 224+80+39=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E05027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05027 is #1FAFD8. Grayscale: #767676. Windows color (decimal): -2076633 or 2576608. OLE color: 2576608.

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

Color convert

RGB 224 80 39 -
CMYK 0 0.64 0.83 0.12
HSL 13.3º 0.75% 0.52% -
HSV(B) 13.3º 0.83% 0.88% -
XYZ 33.98 21.73 4.32 -
YUV 118.38 83.21 203.33 -
System Red Green Blue C M Y K H S L
Decimal 224 80 39 0 0.64 0.83 0.12 13.3 0.75 0.52
Hex E0 50 27 0 40 53 C D 4B 34
Octal 340 120 47 0 100 123 14 15 113 64
Binary 11100000 1010000 100111 0 1000000 1010011 1100 1101 1001011 110100

Color Harmonies of #E05027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05027

Black with #E05027

Text Example


Text Example

White with #E05027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05027; }

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

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

background-color css

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

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

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

border-color css

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

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

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