Html Css Color HEX #E8381F Cinnabar

📋 copy color: '#E8381F'

red 232 ◦ green 56 ◦ blue 31

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

Shades of Cinnabar #E8381F

Tints of Cinnabar #E8381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.55%

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

R = 72.73%
G = 17.55%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E8381F (or 0xE8381F) is known color: Cinnabar. HEX triplet: E8, 38 and 1F. RGB value is (232,56,31). Sum of RGB (Red+Green+Blue) = 232+56+31=319 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.73% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 232 - color contains mainly: red. Hex color #E8381F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8381F is #17C7E0. Grayscale: #6A6A6A. Windows color (decimal): -1558497 or 2046184. OLE color: 2046184.

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

Color convert

RGB 232 56 31 -
CMYK 0 0.76 0.87 0.09
HSL 7.46º 0.81% 0.52% -
HSV(B) 7.46º 0.87% 0.91% -
XYZ 34.94 20.08 3.33 -
YUV 105.77 85.81 218.03 -
System Red Green Blue C M Y K H S L
Decimal 232 56 31 0 0.76 0.87 0.09 7.46 0.81 0.52
Hex E8 38 1F 0 4C 57 9 7 51 34
Octal 350 70 37 0 114 127 11 7 121 64
Binary 11101000 111000 11111 0 1001100 1010111 1001 111 1010001 110100

Color Harmonies of #E8381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8381F

Black with #E8381F

Text Example


Text Example

White with #E8381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8381F; }

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

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

background-color css

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

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

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

border-color css

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

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

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