Html Css Color HEX #E52C0A Scarlet

📋 copy color: '#E52C0A'

red 229 ◦ green 44 ◦ blue 10

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

Shades of Scarlet #E52C0A

Tints of Scarlet #E52C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.53%

R = 80.92%
G = 15.55%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E52C0A (or 0xE52C0A) is known color: Scarlet. HEX triplet: E5, 2C and 0A. RGB value is (229,44,10). Sum of RGB (Red+Green+Blue) = 229+44+10=283 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.92% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52C0A is #1AD3F5. Grayscale: #5F5F5F. Windows color (decimal): -1758198 or 666853. OLE color: 666853.

HSL color Cylindrical-coordinate representation of color #E52C0A: hue angle of 9.32º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E52C0A is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 44 10 -
CMYK 0 0.81 0.96 0.10
HSL 9.32º 0.92% 0.47% -
HSV(B) 9.32º 0.96% 0.9% -
XYZ 33.27 18.48 2.1 -
YUV 95.44 79.79 223.26 -
System Red Green Blue C M Y K H S L
Decimal 229 44 10 0 0.81 0.96 0.10 9.32 0.92 0.47
Hex E5 2C A 0 51 60 A 9 5C 2F
Octal 345 54 12 0 121 140 12 11 134 57
Binary 11100101 101100 1010 0 1010001 1100000 1010 1001 1011100 101111

Color Harmonies of #E52C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52C0A

Black with #E52C0A

Text Example


Text Example

White with #E52C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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