Html Css Color HEX #E8542A Cinnabar

📋 copy color: '#E8542A'

red 232 ◦ green 84 ◦ blue 42

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

Shades of Cinnabar #E8542A

Tints of Cinnabar #E8542A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.46%

 BLUE value IS 42 (16.8% from 255) = 11.73%

R = 64.8%
G = 23.46%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8542A (or 0xE8542A) is known color: Cinnabar. HEX triplet: E8, 54 and 2A. RGB value is (232,84,42). Sum of RGB (Red+Green+Blue) = 232+84+42=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E8542A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8542A is #17ABD5. Grayscale: #7B7B7B. Windows color (decimal): -1551318 or 2774248. OLE color: 2774248.

HSL color Cylindrical-coordinate representation of color #E8542A: hue angle of 13.26º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E8542A is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 84 42 -
CMYK 0 0.64 0.82 0.09
HSL 13.26º 0.81% 0.54% -
HSV(B) 13.26º 0.82% 0.91% -
XYZ 36.87 23.66 4.81 -
YUV 123.46 82.03 205.42 -
System Red Green Blue C M Y K H S L
Decimal 232 84 42 0 0.64 0.82 0.09 13.26 0.81 0.54
Hex E8 54 2A 0 40 52 9 D 51 36
Octal 350 124 52 0 100 122 11 15 121 66
Binary 11101000 1010100 101010 0 1000000 1010010 1001 1101 1010001 110110

Color Harmonies of #E8542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8542A

Black with #E8542A

Text Example


Text Example

White with #E8542A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8542A; }

 p { color: rgb(232,84,42); }

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

background-color css

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

 a { background-color: rgb(232,84,42); }

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

border-color css

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

 span { border-color: rgb(232,84,42); }

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