Html Css Color HEX #E8372F Cinnabar

📋 copy color: '#E8372F'

red 232 ◦ green 55 ◦ blue 47

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

Shades of Cinnabar #E8372F

Tints of Cinnabar #E8372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 69.46%
G = 16.47%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8372F (or 0xE8372F) is known color: Cinnabar. HEX triplet: E8, 37 and 2F. RGB value is (232,55,47). Sum of RGB (Red+Green+Blue) = 232+55+47=334 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.46% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 232 - color contains mainly: red. Hex color #E8372F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8372F is #17C8D0. Grayscale: #6B6B6B. Windows color (decimal): -1558737 or 3094504. OLE color: 3094504.

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

Color convert

RGB 232 55 47 -
CMYK 0 0.76 0.80 0.09
HSL 2.59º 0.8% 0.55% -
HSV(B) 2.59º 0.8% 0.91% -
XYZ 35.16 20.09 4.71 -
YUV 107.01 94.14 217.15 -
System Red Green Blue C M Y K H S L
Decimal 232 55 47 0 0.76 0.80 0.09 2.59 0.8 0.55
Hex E8 37 2F 0 4C 50 9 3 50 37
Octal 350 67 57 0 114 120 11 3 120 67
Binary 11101000 110111 101111 0 1001100 1010000 1001 11 1010000 110111

Color Harmonies of #E8372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8372F

Black with #E8372F

Text Example


Text Example

White with #E8372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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