Html Css Color HEX #E5200F Scarlet

📋 copy color: '#E5200F'

red 229 ◦ green 32 ◦ blue 15

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

Shades of Scarlet #E5200F

Tints of Scarlet #E5200F

RGB

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

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

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

R = 82.97%
G = 11.59%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E5200F (or 0xE5200F) is known color: Scarlet. HEX triplet: E5, 20 and 0F. RGB value is (229,32,15). Sum of RGB (Red+Green+Blue) = 229+32+15=276 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.97% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 229 - color contains mainly: red. Hex color #E5200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5200F is #1ADFF0. Grayscale: #595959. Windows color (decimal): -1761265 or 991461. OLE color: 991461.

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

Color convert

RGB 229 32 15 -
CMYK 0 0.86 0.93 0.10
HSL 4.77º 0.88% 0.48% -
HSV(B) 4.77º 0.93% 0.9% -
XYZ 32.92 17.73 2.14 -
YUV 88.97 86.27 227.88 -
System Red Green Blue C M Y K H S L
Decimal 229 32 15 0 0.86 0.93 0.10 4.77 0.88 0.48
Hex E5 20 F 0 56 5D A 5 58 30
Octal 345 40 17 0 126 135 12 5 130 60
Binary 11100101 100000 1111 0 1010110 1011101 1010 101 1011000 110000

Color Harmonies of #E5200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5200F

Black with #E5200F

Text Example


Text Example

White with #E5200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5200F; }

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

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

background-color css

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

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

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

border-color css

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

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

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