Html Css Color HEX #E05031 Cinnabar

📋 copy color: '#E05031'

red 224 ◦ green 80 ◦ blue 49

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

Shades of Cinnabar #E05031

Tints of Cinnabar #E05031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.88%

R = 63.46%
G = 22.66%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E05031 (or 0xE05031) is known color: Cinnabar. HEX triplet: E0, 50 and 31. RGB value is (224,80,49). Sum of RGB (Red+Green+Blue) = 224+80+49=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E05031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05031 is #1FAFCE. Grayscale: #777777. Windows color (decimal): -2076623 or 3231968. OLE color: 3231968.

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

Color convert

RGB 224 80 49 -
CMYK 0 0.64 0.78 0.12
HSL 10.63º 0.74% 0.54% -
HSV(B) 10.63º 0.78% 0.88% -
XYZ 34.16 21.81 5.31 -
YUV 119.52 88.21 202.52 -
System Red Green Blue C M Y K H S L
Decimal 224 80 49 0 0.64 0.78 0.12 10.63 0.74 0.54
Hex E0 50 31 0 40 4E C B 4A 36
Octal 340 120 61 0 100 116 14 13 112 66
Binary 11100000 1010000 110001 0 1000000 1001110 1100 1011 1001010 110110

Color Harmonies of #E05031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05031

Black with #E05031

Text Example


Text Example

White with #E05031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05031; }

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

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

background-color css

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

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

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

border-color css

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

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

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