Html Css Color HEX #E8200E Scarlet

📋 copy color: '#E8200E'

red 232 ◦ green 32 ◦ blue 14

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

Shades of Scarlet #E8200E

Tints of Scarlet #E8200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.51%

 BLUE value IS 14 (5.86% from 255) = 5.04%

R = 83.45%
G = 11.51%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8200E (or 0xE8200E) is known color: Scarlet. HEX triplet: E8, 20 and 0E. RGB value is (232,32,14). Sum of RGB (Red+Green+Blue) = 232+32+14=278 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.45% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 232 - color contains mainly: red. Hex color #E8200E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8200E is #17DFF1. Grayscale: #5A5A5A. Windows color (decimal): -1564658 or 925928. OLE color: 925928.

HSL color Cylindrical-coordinate representation of color #E8200E: hue angle of 4.95º degrees, saturation: 0.89, 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 #E8200E is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 32 14 -
CMYK 0 0.86 0.94 0.09
HSL 4.95º 0.89% 0.48% -
HSV(B) 4.95º 0.94% 0.91% -
XYZ 33.87 18.22 2.15 -
YUV 89.75 85.26 229.46 -
System Red Green Blue C M Y K H S L
Decimal 232 32 14 0 0.86 0.94 0.09 4.95 0.89 0.48
Hex E8 20 E 0 56 5E 9 5 59 30
Octal 350 40 16 0 126 136 11 5 131 60
Binary 11101000 100000 1110 0 1010110 1011110 1001 101 1011001 110000

Color Harmonies of #E8200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8200E

Black with #E8200E

Text Example


Text Example

White with #E8200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8200E; }

 p { color: rgb(232,32,14); }

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

background-color css

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

 a { background-color: rgb(232,32,14); }

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

border-color css

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

 span { border-color: rgb(232,32,14); }

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