Html Css Color HEX #E5220B Scarlet

📋 copy color: '#E5220B'

red 229 ◦ green 34 ◦ blue 11

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

Shades of Scarlet #E5220B

Tints of Scarlet #E5220B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.01%

R = 83.58%
G = 12.41%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5220B (or 0xE5220B) is known color: Scarlet. HEX triplet: E5, 22 and 0B. RGB value is (229,34,11). Sum of RGB (Red+Green+Blue) = 229+34+11=274 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.58% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 229 - color contains mainly: red. Hex color #E5220B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5220B is #1ADDF4. Grayscale: #595959. Windows color (decimal): -1760757 or 729829. OLE color: 729829.

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

Color convert

RGB 229 34 11 -
CMYK 0 0.85 0.95 0.10
HSL 6.33º 0.91% 0.47% -
HSV(B) 6.33º 0.95% 0.9% -
XYZ 32.95 17.83 2.02 -
YUV 89.68 83.6 227.37 -
System Red Green Blue C M Y K H S L
Decimal 229 34 11 0 0.85 0.95 0.10 6.33 0.91 0.47
Hex E5 22 B 0 55 5F A 6 5B 2F
Octal 345 42 13 0 125 137 12 6 133 57
Binary 11100101 100010 1011 0 1010101 1011111 1010 110 1011011 101111

Color Harmonies of #E5220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5220B

Black with #E5220B

Text Example


Text Example

White with #E5220B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5220B; }

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

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

background-color css

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

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

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

border-color css

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

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

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