Html Css Color HEX #E52300 Scarlet

📋 copy color: '#E52300'

red 229 ◦ green 35 ◦ blue 0

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

Shades of Scarlet #E52300

Tints of Scarlet #E52300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.74%
G = 13.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E52300 (or 0xE52300) is known color: Scarlet. HEX triplet: E5, 23 and 00. RGB value is (229,35,0). Sum of RGB (Red+Green+Blue) = 229+35+0=264 (34% of max value = 765). Red value is 229 (89.84% from 255 or 86.74% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 229 - color contains mainly: red. Hex color #E52300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52300 is #1ADCFF. Grayscale: #595959. Windows color (decimal): -1760512 or 9189. OLE color: 9189.

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

Color convert

RGB 229 35 0 -
CMYK 0 0.85 1 0.10
HSL 9.17º 1% 0.45% -
HSV(B) 9.17º 1% 0.9% -
XYZ 32.91 17.86 1.71 -
YUV 89.02 77.77 227.85 -
System Red Green Blue C M Y K H S L
Decimal 229 35 0 0 0.85 1 0.10 9.17 1 0.45
Hex E5 23 0 0 55 64 A 9 64 2D
Octal 345 43 0 0 125 144 12 11 144 55
Binary 11100101 100011 0 0 1010101 1100100 1010 1001 1100100 101101

Color Harmonies of #E52300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52300

Black with #E52300

Text Example


Text Example

White with #E52300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52300; }

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

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

background-color css

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

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

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

border-color css

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

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

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