Html Css Color HEX #E85230 Cinnabar

📋 copy color: '#E85230'

red 232 ◦ green 82 ◦ blue 48

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

Shades of Cinnabar #E85230

Tints of Cinnabar #E85230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.26%

R = 64.09%
G = 22.65%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E85230 (or 0xE85230) is known color: Cinnabar. HEX triplet: E8, 52 and 30. RGB value is (232,82,48). Sum of RGB (Red+Green+Blue) = 232+82+48=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E85230 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85230 is #17ADCF. Grayscale: #7B7B7B. Windows color (decimal): -1551824 or 3166952. OLE color: 3166952.

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

Color convert

RGB 232 82 48 -
CMYK 0 0.65 0.79 0.09
HSL 11.09º 0.8% 0.55% -
HSV(B) 11.09º 0.79% 0.91% -
XYZ 36.83 23.4 5.37 -
YUV 122.97 85.7 205.76 -
System Red Green Blue C M Y K H S L
Decimal 232 82 48 0 0.65 0.79 0.09 11.09 0.8 0.55
Hex E8 52 30 0 41 4F 9 B 50 37
Octal 350 122 60 0 101 117 11 13 120 67
Binary 11101000 1010010 110000 0 1000001 1001111 1001 1011 1010000 110111

Color Harmonies of #E85230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85230

Black with #E85230

Text Example


Text Example

White with #E85230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85230; }

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

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

background-color css

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

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

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

border-color css

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

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

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