Html Css Color HEX #E52114 Scarlet

📋 copy color: '#E52114'

red 229 ◦ green 33 ◦ blue 20

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

Shades of Scarlet #E52114

Tints of Scarlet #E52114

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.7%

 BLUE value IS 20 (8.2% from 255) = 7.09%

R = 81.21%
G = 11.7%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E52114 (or 0xE52114) is known color: Scarlet. HEX triplet: E5, 21 and 14. RGB value is (229,33,20). Sum of RGB (Red+Green+Blue) = 229+33+20=282 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.21% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 229 - color contains mainly: red. Hex color #E52114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52114 is #1ADEEB. Grayscale: #5A5A5A. Windows color (decimal): -1761004 or 1319397. OLE color: 1319397.

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

Color convert

RGB 229 33 20 -
CMYK 0 0.86 0.91 0.10
HSL 3.73º 0.84% 0.49% -
HSV(B) 3.73º 0.91% 0.9% -
XYZ 32.98 17.8 2.36 -
YUV 90.12 88.43 227.06 -
System Red Green Blue C M Y K H S L
Decimal 229 33 20 0 0.86 0.91 0.10 3.73 0.84 0.49
Hex E5 21 14 0 56 5B A 4 54 31
Octal 345 41 24 0 126 133 12 4 124 61
Binary 11100101 100001 10100 0 1010110 1011011 1010 100 1010100 110001

Color Harmonies of #E52114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52114

Black with #E52114

Text Example


Text Example

White with #E52114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52114; }

 p { color: rgb(229,33,20); }

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

background-color css

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

 a { background-color: rgb(229,33,20); }

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

border-color css

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

 span { border-color: rgb(229,33,20); }

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