#E5270A

Color #E5270A Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #E5270A

Tints of Scarlet #E5270A

Color information

#E5270A (or 0xE5270A) is unknown color: approx Scarlet. HEX triplet: E5, 27 and 0A. RGB value is (229,39,10). Sum of RGB (Red+Green+Blue) = 229+39+10=278 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.37% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 229 - color contains mainly: red. Hex color #E5270A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5270A is #1AD8F5. Grayscale: #5C5C5C. Windows color (decimal): -1759478 or 665573. OLE color: 665573.

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

Color convert

RGB2293910-
CMYK00.830.960.10
HSL7.95º91.63%46.86%-
HSV(B)7.95º95.63%89.8%-
XYZ33.0918.132.04-
YUV92.581.45225.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 82.37%
GREEN value IS 39 (15.62% from 255) = 14.03%
BLUE value IS 10 (4.30% from 255) = 3.60%
R=82.37%
G=14.03%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229391000.830.960.107.9591.6346.86
HexE527A05360A85c2f
Octal34547120123140121013457
Binary111001011001111010010100111100000101010001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5270A; }

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

 H1.HeaderClassName
 {
   color: #E5270A;
 }
 .AnyTagClassName
 {
   color: #E5270A;
 }
</style>
background-color css

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

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

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

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

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

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