Html Css Color HEX #E52314 Scarlet

📋 copy color: '#E52314'

red 229 ◦ green 35 ◦ blue 20

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

Shades of Scarlet #E52314

Tints of Scarlet #E52314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.32%

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

R = 80.63%
G = 12.32%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E52314 (or 0xE52314) is known color: Scarlet. HEX triplet: E5, 23 and 14. RGB value is (229,35,20). Sum of RGB (Red+Green+Blue) = 229+35+20=284 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.63% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 229 - color contains mainly: red. Hex color #E52314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52314 is #1ADCEB. Grayscale: #5B5B5B. Windows color (decimal): -1760492 or 1319909. OLE color: 1319909.

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

Color convert

RGB 229 35 20 -
CMYK 0 0.85 0.91 0.10
HSL 4.31º 0.84% 0.49% -
HSV(B) 4.31º 0.91% 0.9% -
XYZ 33.04 17.91 2.38 -
YUV 91.3 87.77 226.22 -
System Red Green Blue C M Y K H S L
Decimal 229 35 20 0 0.85 0.91 0.10 4.31 0.84 0.49
Hex E5 23 14 0 55 5B A 4 54 31
Octal 345 43 24 0 125 133 12 4 124 61
Binary 11100101 100011 10100 0 1010101 1011011 1010 100 1010100 110001

Color Harmonies of #E52314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52314

Black with #E52314

Text Example


Text Example

White with #E52314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52314; }

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

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

background-color css

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

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

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

border-color css

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

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

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