Html Css Color HEX #E5220E Scarlet

📋 copy color: '#E5220E'

red 229 ◦ green 34 ◦ blue 14

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

Shades of Scarlet #E5220E

Tints of Scarlet #E5220E

RGB

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

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

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

R = 82.67%
G = 12.27%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5220E (or 0xE5220E) is known color: Scarlet. HEX triplet: E5, 22 and 0E. RGB value is (229,34,14). Sum of RGB (Red+Green+Blue) = 229+34+14=277 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.67% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 229 - color contains mainly: red. Hex color #E5220E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5220E is #1ADDF1. Grayscale: #5A5A5A. Windows color (decimal): -1760754 or 926437. OLE color: 926437.

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

Color convert

RGB 229 34 14 -
CMYK 0 0.85 0.94 0.10
HSL 5.58º 0.88% 0.48% -
HSV(B) 5.58º 0.94% 0.9% -
XYZ 32.96 17.83 2.12 -
YUV 90.03 85.1 227.13 -
System Red Green Blue C M Y K H S L
Decimal 229 34 14 0 0.85 0.94 0.10 5.58 0.88 0.48
Hex E5 22 E 0 55 5E A 6 58 30
Octal 345 42 16 0 125 136 12 6 130 60
Binary 11100101 100010 1110 0 1010101 1011110 1010 110 1011000 110000

Color Harmonies of #E5220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5220E

Black with #E5220E

Text Example


Text Example

White with #E5220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5220E; }

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

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

background-color css

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

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

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

border-color css

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

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

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