Html Css Color HEX #E52304 Scarlet

📋 copy color: '#E52304'

red 229 ◦ green 35 ◦ blue 4

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

Shades of Scarlet #E52304

Tints of Scarlet #E52304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 85.45%
G = 13.06%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E52304 (or 0xE52304) is known color: Scarlet. HEX triplet: E5, 23 and 04. RGB value is (229,35,4). Sum of RGB (Red+Green+Blue) = 229+35+4=268 (35% of max value = 765). Red value is 229 (89.84% from 255 or 85.45% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 229 - color contains mainly: red. Hex color #E52304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52304 is #1ADCFB. Grayscale: #595959. Windows color (decimal): -1760508 or 271333. OLE color: 271333.

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

Color convert

RGB 229 35 4 -
CMYK 0 0.85 0.98 0.10
HSL 8.27º 0.97% 0.46% -
HSV(B) 8.27º 0.98% 0.9% -
XYZ 32.94 17.87 1.83 -
YUV 89.47 79.77 227.52 -
System Red Green Blue C M Y K H S L
Decimal 229 35 4 0 0.85 0.98 0.10 8.27 0.97 0.46
Hex E5 23 4 0 55 62 A 8 61 2E
Octal 345 43 4 0 125 142 12 10 141 56
Binary 11100101 100011 100 0 1010101 1100010 1010 1000 1100001 101110

Color Harmonies of #E52304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52304

Black with #E52304

Text Example


Text Example

White with #E52304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52304; }

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

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

background-color css

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

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

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

border-color css

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

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

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