Html Css Color HEX #E52200 Scarlet

📋 copy color: '#E52200'

red 229 ◦ green 34 ◦ blue 0

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

Shades of Scarlet #E52200

Tints of Scarlet #E52200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.93%

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

R = 87.07%
G = 12.93%
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

#E52200 (or 0xE52200) is known color: Scarlet. HEX triplet: E5, 22 and 00. RGB value is (229,34,0). Sum of RGB (Red+Green+Blue) = 229+34+0=263 (34% of max value = 765). Red value is 229 (89.84% from 255 or 87.07% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 229 - color contains mainly: red. Hex color #E52200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52200 is #1ADDFF. Grayscale: #585858. Windows color (decimal): -1760768 or 8933. OLE color: 8933.

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

Color convert

RGB 229 34 0 -
CMYK 0 0.85 1 0.10
HSL 8.91º 1% 0.45% -
HSV(B) 8.91º 1% 0.9% -
XYZ 32.89 17.8 1.7 -
YUV 88.43 78.1 228.26 -
System Red Green Blue C M Y K H S L
Decimal 229 34 0 0 0.85 1 0.10 8.91 1 0.45
Hex E5 22 0 0 55 64 A 9 64 2D
Octal 345 42 0 0 125 144 12 11 144 55
Binary 11100101 100010 0 0 1010101 1100100 1010 1001 1100100 101101

Color Harmonies of #E52200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52200

Black with #E52200

Text Example


Text Example

White with #E52200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52200; }

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

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

background-color css

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

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

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

border-color css

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

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

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