#E71F0A

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

Shades of Scarlet #E71F0A

Tints of Scarlet #E71F0A

Color information

#E71F0A (or 0xE71F0A) is unknown color: approx Scarlet. HEX triplet: E7, 1F and 0A. RGB value is (231,31,10). Sum of RGB (Red+Green+Blue) = 231+31+10=272 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84.93% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E71F0A is #18E0F5. Grayscale: #585858. Windows color (decimal): -1630454 or 663527. OLE color: 663527.

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

Color convert

RGB2313110-
CMYK00.870.960.09
HSL5.7º91.7%47.25%-
HSV(B)5.7º95.67%90.59%-
XYZ33.517.991.99-
YUV88.4183.76229.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 84.93%
GREEN value IS 31 (12.5% from 255) = 11.40%
BLUE value IS 10 (4.30% from 255) = 3.68%
R=84.93%
G=11.40%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231311000.870.960.095.791.747.25
HexE71FA05760965c2f
Octal3473712012714011613457
Binary1110011111111101001010111110000010011101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71F0A; }

 p { color: rgb(231,31,10); }

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

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

 a { background-color: rgb(231,31,10); }

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

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

 span { border-color: rgb(231,31,10); }

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