Html Css Color HEX #E8372A Cinnabar

📋 copy color: '#E8372A'

red 232 ◦ green 55 ◦ blue 42

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

Shades of Cinnabar #E8372A

Tints of Cinnabar #E8372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.72%

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

R = 70.52%
G = 16.72%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8372A (or 0xE8372A) is known color: Cinnabar. HEX triplet: E8, 37 and 2A. RGB value is (232,55,42). Sum of RGB (Red+Green+Blue) = 232+55+42=329 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.52% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 232 - color contains mainly: red. Hex color #E8372A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8372A is #17C8D5. Grayscale: #6A6A6A. Windows color (decimal): -1558742 or 2766824. OLE color: 2766824.

HSL color Cylindrical-coordinate representation of color #E8372A: hue angle of 4.11º 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 #E8372A is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 55 42 -
CMYK 0 0.76 0.82 0.09
HSL 4.11º 0.81% 0.54% -
HSV(B) 4.11º 0.82% 0.91% -
XYZ 35.06 20.06 4.21 -
YUV 106.44 91.64 217.56 -
System Red Green Blue C M Y K H S L
Decimal 232 55 42 0 0.76 0.82 0.09 4.11 0.81 0.54
Hex E8 37 2A 0 4C 52 9 4 51 36
Octal 350 67 52 0 114 122 11 4 121 66
Binary 11101000 110111 101010 0 1001100 1010010 1001 100 1010001 110110

Color Harmonies of #E8372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8372A

Black with #E8372A

Text Example


Text Example

White with #E8372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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