Html Css Color HEX #E52C01 Scarlet

📋 copy color: '#E52C01'

red 229 ◦ green 44 ◦ blue 1

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

Shades of Scarlet #E52C01

Tints of Scarlet #E52C01

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.06%

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

R = 83.58%
G = 16.06%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E52C01 (or 0xE52C01) is known color: Scarlet. HEX triplet: E5, 2C and 01. RGB value is (229,44,1). Sum of RGB (Red+Green+Blue) = 229+44+1=274 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.58% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52C01 is #1AD3FE. Grayscale: #5E5E5E. Windows color (decimal): -1758207 or 77029. OLE color: 77029.

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

Color convert

RGB 229 44 1 -
CMYK 0 0.81 1.00 0.10
HSL 11.32º 0.99% 0.45% -
HSV(B) 11.32º 1% 0.9% -
XYZ 33.22 18.46 1.84 -
YUV 94.41 75.29 224 -
System Red Green Blue C M Y K H S L
Decimal 229 44 1 0 0.81 1.00 0.10 11.32 0.99 0.45
Hex E5 2C 1 0 51 64 A B 63 2D
Octal 345 54 1 0 121 144 12 13 143 55
Binary 11100101 101100 1 0 1010001 1100100 1010 1011 1100011 101101

Color Harmonies of #E52C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52C01

Black with #E52C01

Text Example


Text Example

White with #E52C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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