Html Css Color HEX #E52001 Scarlet

📋 copy color: '#E52001'

red 229 ◦ green 32 ◦ blue 1

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

Shades of Scarlet #E52001

Tints of Scarlet #E52001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 87.4%
G = 12.21%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E52001 (or 0xE52001) is known color: Scarlet. HEX triplet: E5, 20 and 01. RGB value is (229,32,1). Sum of RGB (Red+Green+Blue) = 229+32+1=262 (34% of max value = 765). Red value is 229 (89.84% from 255 or 87.40% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 229 - color contains mainly: red. Hex color #E52001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52001 is #1ADFFE. Grayscale: #575757. Windows color (decimal): -1761279 or 73957. OLE color: 73957.

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

Color convert

RGB 229 32 1 -
CMYK 0 0.86 1.00 0.10
HSL 8.16º 0.99% 0.45% -
HSV(B) 8.16º 1% 0.9% -
XYZ 32.84 17.69 1.71 -
YUV 87.37 79.27 229.02 -
System Red Green Blue C M Y K H S L
Decimal 229 32 1 0 0.86 1.00 0.10 8.16 0.99 0.45
Hex E5 20 1 0 56 64 A 8 63 2D
Octal 345 40 1 0 126 144 12 10 143 55
Binary 11100101 100000 1 0 1010110 1100100 1010 1000 1100011 101101

Color Harmonies of #E52001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52001

Black with #E52001

Text Example


Text Example

White with #E52001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52001; }

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

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

background-color css

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

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

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

border-color css

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

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

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