Html Css Color HEX #E5220F Scarlet

📋 copy color: '#E5220F'

red 229 ◦ green 34 ◦ blue 15

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

Shades of Scarlet #E5220F

Tints of Scarlet #E5220F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.23%

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

R = 82.37%
G = 12.23%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E5220F (or 0xE5220F) is known color: Scarlet. HEX triplet: E5, 22 and 0F. RGB value is (229,34,15). Sum of RGB (Red+Green+Blue) = 229+34+15=278 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.37% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 229 - color contains mainly: red. Hex color #E5220F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5220F is #1ADDF0. Grayscale: #5A5A5A. Windows color (decimal): -1760753 or 991973. OLE color: 991973.

HSL color Cylindrical-coordinate representation of color #E5220F: hue angle of 5.33º 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 #E5220F is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 34 15 -
CMYK 0 0.85 0.93 0.10
HSL 5.33º 0.88% 0.48% -
HSV(B) 5.33º 0.93% 0.9% -
XYZ 32.97 17.84 2.16 -
YUV 90.14 85.6 227.04 -
System Red Green Blue C M Y K H S L
Decimal 229 34 15 0 0.85 0.93 0.10 5.33 0.88 0.48
Hex E5 22 F 0 55 5D A 5 58 30
Octal 345 42 17 0 125 135 12 5 130 60
Binary 11100101 100010 1111 0 1010101 1011101 1010 101 1011000 110000

Color Harmonies of #E5220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5220F

Black with #E5220F

Text Example


Text Example

White with #E5220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5220F; }

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

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

background-color css

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

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

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

border-color css

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

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

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