Html Css Color HEX #E5200E Scarlet

📋 copy color: '#E5200E'

red 229 ◦ green 32 ◦ blue 14

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

Shades of Scarlet #E5200E

Tints of Scarlet #E5200E

RGB

 RED value IS 229 (89.84% from 255) = 83.27%

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

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

R = 83.27%
G = 11.64%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5200E (or 0xE5200E) is known color: Scarlet. HEX triplet: E5, 20 and 0E. RGB value is (229,32,14). Sum of RGB (Red+Green+Blue) = 229+32+14=275 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.27% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 229 - color contains mainly: red. Hex color #E5200E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5200E is #1ADFF1. Grayscale: #595959. Windows color (decimal): -1761266 or 925925. OLE color: 925925.

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

Color convert

RGB 229 32 14 -
CMYK 0 0.86 0.94 0.10
HSL 5.02º 0.88% 0.48% -
HSV(B) 5.02º 0.94% 0.9% -
XYZ 32.91 17.72 2.1 -
YUV 88.85 85.77 227.96 -
System Red Green Blue C M Y K H S L
Decimal 229 32 14 0 0.86 0.94 0.10 5.02 0.88 0.48
Hex E5 20 E 0 56 5E A 5 58 30
Octal 345 40 16 0 126 136 12 5 130 60
Binary 11100101 100000 1110 0 1010110 1011110 1010 101 1011000 110000

Color Harmonies of #E5200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5200E

Black with #E5200E

Text Example


Text Example

White with #E5200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5200E; }

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

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

background-color css

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

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

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

border-color css

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

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

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