Html Css Color HEX #E52014 Scarlet

📋 copy color: '#E52014'

red 229 ◦ green 32 ◦ blue 20

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

Shades of Scarlet #E52014

Tints of Scarlet #E52014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.39%

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

R = 81.49%
G = 11.39%
B = 7.12%

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

#E52014 (or 0xE52014) is known color: Scarlet. HEX triplet: E5, 20 and 14. RGB value is (229,32,20). Sum of RGB (Red+Green+Blue) = 229+32+20=281 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.49% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 229 - color contains mainly: red. Hex color #E52014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52014 is #1ADFEB. Grayscale: #595959. Windows color (decimal): -1761260 or 1319141. OLE color: 1319141.

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

Color convert

RGB 229 32 20 -
CMYK 0 0.86 0.91 0.10
HSL 3.44º 0.84% 0.49% -
HSV(B) 3.44º 0.91% 0.9% -
XYZ 32.96 17.74 2.35 -
YUV 89.54 88.77 227.48 -
System Red Green Blue C M Y K H S L
Decimal 229 32 20 0 0.86 0.91 0.10 3.44 0.84 0.49
Hex E5 20 14 0 56 5B A 3 54 31
Octal 345 40 24 0 126 133 12 3 124 61
Binary 11100101 100000 10100 0 1010110 1011011 1010 11 1010100 110001

Color Harmonies of #E52014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52014

Black with #E52014

Text Example


Text Example

White with #E52014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52014; }

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

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

background-color css

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

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

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

border-color css

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

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

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