Html Css Color HEX #E5220D Scarlet

📋 copy color: '#E5220D'

red 229 ◦ green 34 ◦ blue 13

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

Shades of Scarlet #E5220D

Tints of Scarlet #E5220D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.71%

R = 82.97%
G = 12.32%
B = 4.71%

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

#E5220D (or 0xE5220D) is known color: Scarlet. HEX triplet: E5, 22 and 0D. RGB value is (229,34,13). Sum of RGB (Red+Green+Blue) = 229+34+13=276 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.97% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 229 - color contains mainly: red. Hex color #E5220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5220D is #1ADDF2. Grayscale: #5A5A5A. Windows color (decimal): -1760755 or 860901. OLE color: 860901.

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

Color convert

RGB 229 34 13 -
CMYK 0 0.85 0.94 0.10
HSL 5.83º 0.89% 0.47% -
HSV(B) 5.83º 0.94% 0.9% -
XYZ 32.96 17.83 2.09 -
YUV 89.91 84.6 227.21 -
System Red Green Blue C M Y K H S L
Decimal 229 34 13 0 0.85 0.94 0.10 5.83 0.89 0.47
Hex E5 22 D 0 55 5E A 6 59 2F
Octal 345 42 15 0 125 136 12 6 131 57
Binary 11100101 100010 1101 0 1010101 1011110 1010 110 1011001 101111

Color Harmonies of #E5220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5220D

Black with #E5220D

Text Example


Text Example

White with #E5220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5220D; }

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

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

background-color css

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

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

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

border-color css

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

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

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