Html Css Color HEX #E8341F Cinnabar

📋 copy color: '#E8341F'

red 232 ◦ green 52 ◦ blue 31

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

Shades of Cinnabar #E8341F

Tints of Cinnabar #E8341F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.84%

R = 73.65%
G = 16.51%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E8341F (or 0xE8341F) is known color: Cinnabar. HEX triplet: E8, 34 and 1F. RGB value is (232,52,31). Sum of RGB (Red+Green+Blue) = 232+52+31=315 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.65% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 232 - color contains mainly: red. Hex color #E8341F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8341F is #17CBE0. Grayscale: #676767. Windows color (decimal): -1559521 or 2045160. OLE color: 2045160.

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

Color convert

RGB 232 52 31 -
CMYK 0 0.78 0.87 0.09
HSL 6.27º 0.81% 0.52% -
HSV(B) 6.27º 0.87% 0.91% -
XYZ 34.75 19.71 3.27 -
YUV 103.43 87.13 219.71 -
System Red Green Blue C M Y K H S L
Decimal 232 52 31 0 0.78 0.87 0.09 6.27 0.81 0.52
Hex E8 34 1F 0 4E 57 9 6 51 34
Octal 350 64 37 0 116 127 11 6 121 64
Binary 11101000 110100 11111 0 1001110 1010111 1001 110 1010001 110100

Color Harmonies of #E8341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8341F

Black with #E8341F

Text Example


Text Example

White with #E8341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8341F; }

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

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

background-color css

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

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

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

border-color css

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

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

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