Html Css Color HEX #E55042 Cinnabar

📋 copy color: '#E55042'

red 229 ◦ green 80 ◦ blue 66

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

Shades of Cinnabar #E55042

Tints of Cinnabar #E55042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.6%

R = 61.07%
G = 21.33%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E55042 (or 0xE55042) is known color: Cinnabar. HEX triplet: E5, 50 and 42. RGB value is (229,80,66). Sum of RGB (Red+Green+Blue) = 229+80+66=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E55042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55042 is #1AAFBD. Grayscale: #7B7B7B. Windows color (decimal): -1748926 or 4346085. OLE color: 4346085.

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

Color convert

RGB 229 80 66 -
CMYK 0 0.65 0.71 0.10
HSL 5.15º 0.76% 0.58% -
HSV(B) 5.15º 0.71% 0.9% -
XYZ 36.17 22.79 7.65 -
YUV 122.96 95.86 203.64 -
System Red Green Blue C M Y K H S L
Decimal 229 80 66 0 0.65 0.71 0.10 5.15 0.76 0.58
Hex E5 50 42 0 41 47 A 5 4C 3A
Octal 345 120 102 0 101 107 12 5 114 72
Binary 11100101 1010000 1000010 0 1000001 1000111 1010 101 1001100 111010

Color Harmonies of #E55042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55042

Black with #E55042

Text Example


Text Example

White with #E55042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55042; }

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

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

background-color css

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

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

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

border-color css

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

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

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