Html Css Color HEX #E55130 Cinnabar

📋 copy color: '#E55130'

red 229 ◦ green 81 ◦ blue 48

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

Shades of Cinnabar #E55130

Tints of Cinnabar #E55130

RGB

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

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

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

R = 63.97%
G = 22.63%
B = 13.41%

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

#E55130 (or 0xE55130) is known color: Cinnabar. HEX triplet: E5, 51 and 30. RGB value is (229,81,48). Sum of RGB (Red+Green+Blue) = 229+81+48=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E55130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55130 is #1AAECF. Grayscale: #797979. Windows color (decimal): -1748688 or 3166693. OLE color: 3166693.

HSL color Cylindrical-coordinate representation of color #E55130: hue angle of 10.94º 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 #E55130 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 81 48 -
CMYK 0 0.65 0.79 0.10
HSL 10.94º 0.78% 0.54% -
HSV(B) 10.94º 0.79% 0.9% -
XYZ 35.79 22.76 5.3 -
YUV 121.49 86.53 204.68 -
System Red Green Blue C M Y K H S L
Decimal 229 81 48 0 0.65 0.79 0.10 10.94 0.78 0.54
Hex E5 51 30 0 41 4F A B 4E 36
Octal 345 121 60 0 101 117 12 13 116 66
Binary 11100101 1010001 110000 0 1000001 1001111 1010 1011 1001110 110110

Color Harmonies of #E55130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55130

Black with #E55130

Text Example


Text Example

White with #E55130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55130; }

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

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

background-color css

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

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

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

border-color css

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

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

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