Html Css Color HEX #E8482E Cinnabar

📋 copy color: '#E8482E'

red 232 ◦ green 72 ◦ blue 46

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

Shades of Cinnabar #E8482E

Tints of Cinnabar #E8482E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.57%

 BLUE value IS 46 (18.36% from 255) = 13.14%

R = 66.29%
G = 20.57%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8482E (or 0xE8482E) is known color: Cinnabar. HEX triplet: E8, 48 and 2E. RGB value is (232,72,46). Sum of RGB (Red+Green+Blue) = 232+72+46=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E8482E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8482E is #17B7D1. Grayscale: #757575. Windows color (decimal): -1554386 or 3033320. OLE color: 3033320.

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

Color convert

RGB 232 72 46 -
CMYK 0 0.69 0.80 0.09
HSL 8.39º 0.8% 0.55% -
HSV(B) 8.39º 0.8% 0.91% -
XYZ 36.09 21.99 4.93 -
YUV 116.88 88.01 210.11 -
System Red Green Blue C M Y K H S L
Decimal 232 72 46 0 0.69 0.80 0.09 8.39 0.8 0.55
Hex E8 48 2E 0 45 50 9 8 50 37
Octal 350 110 56 0 105 120 11 10 120 67
Binary 11101000 1001000 101110 0 1000101 1010000 1001 1000 1010000 110111

Color Harmonies of #E8482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8482E

Black with #E8482E

Text Example


Text Example

White with #E8482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8482E; }

 p { color: rgb(232,72,46); }

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

background-color css

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

 a { background-color: rgb(232,72,46); }

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

border-color css

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

 span { border-color: rgb(232,72,46); }

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