Html Css Color HEX #E05131 Cinnabar

📋 copy color: '#E05131'

red 224 ◦ green 81 ◦ blue 49

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

Shades of Cinnabar #E05131

Tints of Cinnabar #E05131

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.88%

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

R = 63.28%
G = 22.88%
B = 13.84%

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

#E05131 (or 0xE05131) is known color: Cinnabar. HEX triplet: E0, 51 and 31. RGB value is (224,81,49). Sum of RGB (Red+Green+Blue) = 224+81+49=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E05131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05131 is #1FAECE. Grayscale: #787878. Windows color (decimal): -2076367 or 3232224. OLE color: 3232224.

HSL color Cylindrical-coordinate representation of color #E05131: hue angle of 10.97º 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 #E05131 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 81 49 -
CMYK 0 0.64 0.78 0.12
HSL 10.97º 0.74% 0.54% -
HSV(B) 10.97º 0.78% 0.88% -
XYZ 34.24 21.95 5.34 -
YUV 120.11 87.88 202.1 -
System Red Green Blue C M Y K H S L
Decimal 224 81 49 0 0.64 0.78 0.12 10.97 0.74 0.54
Hex E0 51 31 0 40 4E C B 4A 36
Octal 340 121 61 0 100 116 14 13 112 66
Binary 11100000 1010001 110001 0 1000000 1001110 1100 1011 1001010 110110

Color Harmonies of #E05131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05131

Black with #E05131

Text Example


Text Example

White with #E05131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05131; }

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

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

background-color css

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

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

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

border-color css

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

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

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