Html Css Color HEX #E55030 Cinnabar

📋 copy color: '#E55030'

red 229 ◦ green 80 ◦ blue 48

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

Shades of Cinnabar #E55030

Tints of Cinnabar #E55030

RGB

 RED value IS 229 (89.84% from 255) = 64.15%

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

 BLUE value IS 48 (19.14% from 255) = 13.45%

R = 64.15%
G = 22.41%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E55030 (or 0xE55030) is known color: Cinnabar. HEX triplet: E5, 50 and 30. RGB value is (229,80,48). Sum of RGB (Red+Green+Blue) = 229+80+48=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E55030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55030 is #1AAFCF. Grayscale: #797979. Windows color (decimal): -1748944 or 3166437. OLE color: 3166437.

HSL color Cylindrical-coordinate representation of color #E55030: hue angle of 10.61º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E55030 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 80 48 -
CMYK 0 0.65 0.79 0.10
HSL 10.61º 0.78% 0.54% -
HSV(B) 10.61º 0.79% 0.9% -
XYZ 35.72 22.61 5.28 -
YUV 120.9 86.86 205.1 -
System Red Green Blue C M Y K H S L
Decimal 229 80 48 0 0.65 0.79 0.10 10.61 0.78 0.54
Hex E5 50 30 0 41 4F A B 4E 36
Octal 345 120 60 0 101 117 12 13 116 66
Binary 11100101 1010000 110000 0 1000001 1001111 1010 1011 1001110 110110

Color Harmonies of #E55030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55030

Black with #E55030

Text Example


Text Example

White with #E55030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55030; }

 p { color: rgb(229,80,48); }

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

background-color css

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

 a { background-color: rgb(229,80,48); }

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

border-color css

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

 span { border-color: rgb(229,80,48); }

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