Html Css Color HEX #E85240 Cinnabar

📋 copy color: '#E85240'

red 232 ◦ green 82 ◦ blue 64

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

Shades of Cinnabar #E85240

Tints of Cinnabar #E85240

RGB

 RED value IS 232 (91.02% from 255) = 61.38%

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

 BLUE value IS 64 (25.39% from 255) = 16.93%

R = 61.38%
G = 21.69%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E85240 (or 0xE85240) is known color: Cinnabar. HEX triplet: E8, 52 and 40. RGB value is (232,82,64). Sum of RGB (Red+Green+Blue) = 232+82+64=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E85240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85240 is #17ADBF. Grayscale: #7D7D7D. Windows color (decimal): -1551808 or 4215528. OLE color: 4215528.

HSL color Cylindrical-coordinate representation of color #E85240: hue angle of 6.43º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E85240 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 82 64 -
CMYK 0 0.65 0.72 0.09
HSL 6.43º 0.79% 0.58% -
HSV(B) 6.43º 0.72% 0.91% -
XYZ 37.22 23.56 7.44 -
YUV 124.8 93.7 204.46 -
System Red Green Blue C M Y K H S L
Decimal 232 82 64 0 0.65 0.72 0.09 6.43 0.79 0.58
Hex E8 52 40 0 41 48 9 6 4F 3A
Octal 350 122 100 0 101 110 11 6 117 72
Binary 11101000 1010010 1000000 0 1000001 1001000 1001 110 1001111 111010

Color Harmonies of #E85240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85240

Black with #E85240

Text Example


Text Example

White with #E85240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85240; }

 p { color: rgb(232,82,64); }

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

background-color css

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

 a { background-color: rgb(232,82,64); }

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

border-color css

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

 span { border-color: rgb(232,82,64); }

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