Html Css Color HEX #E55241 Cinnabar

📋 copy color: '#E55241'

red 229 ◦ green 82 ◦ blue 65

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

Shades of Cinnabar #E55241

Tints of Cinnabar #E55241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.29%

R = 60.9%
G = 21.81%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E55241 (or 0xE55241) is known color: Cinnabar. HEX triplet: E5, 52 and 41. RGB value is (229,82,65). Sum of RGB (Red+Green+Blue) = 229+82+65=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E55241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55241 is #1AADBE. Grayscale: #7C7C7C. Windows color (decimal): -1748415 or 4281061. OLE color: 4281061.

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

Color convert

RGB 229 82 65 -
CMYK 0 0.64 0.72 0.10
HSL 6.22º 0.76% 0.58% -
HSV(B) 6.22º 0.72% 0.9% -
XYZ 36.28 23.07 7.54 -
YUV 124.02 94.7 202.88 -
System Red Green Blue C M Y K H S L
Decimal 229 82 65 0 0.64 0.72 0.10 6.22 0.76 0.58
Hex E5 52 41 0 40 48 A 6 4C 3A
Octal 345 122 101 0 100 110 12 6 114 72
Binary 11100101 1010010 1000001 0 1000000 1001000 1010 110 1001100 111010

Color Harmonies of #E55241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55241

Black with #E55241

Text Example


Text Example

White with #E55241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55241; }

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

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

background-color css

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

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

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

border-color css

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

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

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