Html Css Color HEX #E55142 Cinnabar

📋 copy color: '#E55142'

red 229 ◦ green 81 ◦ blue 66

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

Shades of Cinnabar #E55142

Tints of Cinnabar #E55142

RGB

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

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

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

R = 60.9%
G = 21.54%
B = 17.55%

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

#E55142 (or 0xE55142) is known color: Cinnabar. HEX triplet: E5, 51 and 42. RGB value is (229,81,66). Sum of RGB (Red+Green+Blue) = 229+81+66=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E55142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55142 is #1AAEBD. Grayscale: #7B7B7B. Windows color (decimal): -1748670 or 4346341. OLE color: 4346341.

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

Color convert

RGB 229 81 66 -
CMYK 0 0.65 0.71 0.10
HSL 5.52º 0.76% 0.58% -
HSV(B) 5.52º 0.71% 0.9% -
XYZ 36.24 22.94 7.67 -
YUV 123.54 95.53 203.22 -
System Red Green Blue C M Y K H S L
Decimal 229 81 66 0 0.65 0.71 0.10 5.52 0.76 0.58
Hex E5 51 42 0 41 47 A 6 4C 3A
Octal 345 121 102 0 101 107 12 6 114 72
Binary 11100101 1010001 1000010 0 1000001 1000111 1010 110 1001100 111010

Color Harmonies of #E55142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55142

Black with #E55142

Text Example


Text Example

White with #E55142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55142; }

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

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

background-color css

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

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

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

border-color css

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

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

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