Html Css Color HEX #E8320F Scarlet

📋 copy color: '#E8320F'

red 232 ◦ green 50 ◦ blue 15

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

Shades of Scarlet #E8320F

Tints of Scarlet #E8320F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.84%

 BLUE value IS 15 (6.25% from 255) = 5.05%

R = 78.11%
G = 16.84%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8320F (or 0xE8320F) is known color: Scarlet. HEX triplet: E8, 32 and 0F. RGB value is (232,50,15). Sum of RGB (Red+Green+Blue) = 232+50+15=297 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.11% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 232 - color contains mainly: red. Hex color #E8320F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8320F is #17CDF0. Grayscale: #646464. Windows color (decimal): -1560049 or 996072. OLE color: 996072.

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

Color convert

RGB 232 50 15 -
CMYK 0 0.78 0.94 0.09
HSL 9.68º 0.88% 0.48% -
HSV(B) 9.68º 0.94% 0.91% -
XYZ 34.51 19.47 2.39 -
YUV 100.43 79.8 221.85 -
System Red Green Blue C M Y K H S L
Decimal 232 50 15 0 0.78 0.94 0.09 9.68 0.88 0.48
Hex E8 32 F 0 4E 5E 9 A 58 30
Octal 350 62 17 0 116 136 11 12 130 60
Binary 11101000 110010 1111 0 1001110 1011110 1001 1010 1011000 110000

Color Harmonies of #E8320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8320F

Black with #E8320F

Text Example


Text Example

White with #E8320F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8320F; }

 p { color: rgb(232,50,15); }

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

background-color css

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

 a { background-color: rgb(232,50,15); }

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

border-color css

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

 span { border-color: rgb(232,50,15); }

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