Html Css Color HEX #E8342C Cinnabar

📋 copy color: '#E8342C'

red 232 ◦ green 52 ◦ blue 44

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

Shades of Cinnabar #E8342C

Tints of Cinnabar #E8342C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.85%

 BLUE value IS 44 (17.58% from 255) = 13.41%

R = 70.73%
G = 15.85%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E8342C (or 0xE8342C) is known color: Cinnabar. HEX triplet: E8, 34 and 2C. RGB value is (232,52,44). Sum of RGB (Red+Green+Blue) = 232+52+44=328 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.73% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 232 - color contains mainly: red. Hex color #E8342C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8342C is #17CBD3. Grayscale: #696969. Windows color (decimal): -1559508 or 2897128. OLE color: 2897128.

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

Color convert

RGB 232 52 44 -
CMYK 0 0.78 0.81 0.09
HSL 2.55º 0.8% 0.54% -
HSV(B) 2.55º 0.81% 0.91% -
XYZ 34.96 19.79 4.36 -
YUV 104.91 93.63 218.65 -
System Red Green Blue C M Y K H S L
Decimal 232 52 44 0 0.78 0.81 0.09 2.55 0.8 0.54
Hex E8 34 2C 0 4E 51 9 3 50 36
Octal 350 64 54 0 116 121 11 3 120 66
Binary 11101000 110100 101100 0 1001110 1010001 1001 11 1010000 110110

Color Harmonies of #E8342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8342C

Black with #E8342C

Text Example


Text Example

White with #E8342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8342C; }

 p { color: rgb(232,52,44); }

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

background-color css

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

 a { background-color: rgb(232,52,44); }

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

border-color css

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

 span { border-color: rgb(232,52,44); }

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