Html Css Color HEX #E55242 Cinnabar

📋 copy color: '#E55242'

red 229 ◦ green 82 ◦ blue 66

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

Shades of Cinnabar #E55242

Tints of Cinnabar #E55242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.75%

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

R = 60.74%
G = 21.75%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E55242 (or 0xE55242) is known color: Cinnabar. HEX triplet: E5, 52 and 42. RGB value is (229,82,66). Sum of RGB (Red+Green+Blue) = 229+82+66=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E55242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55242 is #1AADBD. Grayscale: #7C7C7C. Windows color (decimal): -1748414 or 4346597. OLE color: 4346597.

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

Color convert

RGB 229 82 66 -
CMYK 0 0.64 0.71 0.10
HSL 5.89º 0.76% 0.58% -
HSV(B) 5.89º 0.71% 0.9% -
XYZ 36.31 23.09 7.7 -
YUV 124.13 95.2 202.8 -
System Red Green Blue C M Y K H S L
Decimal 229 82 66 0 0.64 0.71 0.10 5.89 0.76 0.58
Hex E5 52 42 0 40 47 A 6 4C 3A
Octal 345 122 102 0 100 107 12 6 114 72
Binary 11100101 1010010 1000010 0 1000000 1000111 1010 110 1001100 111010

Color Harmonies of #E55242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55242

Black with #E55242

Text Example


Text Example

White with #E55242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55242; }

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

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

background-color css

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

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

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

border-color css

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

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

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