#E11A0F

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

Shades of Scarlet #E11A0F

Tints of Scarlet #E11A0F

Color information

#E11A0F (or 0xE11A0F) is unknown color: approx Scarlet. HEX triplet: E1, 1A and 0F. RGB value is (225,26,15). Sum of RGB (Red+Green+Blue) = 225+26+15=266 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.59% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11A0F is #1EE5F0. Grayscale: #545454. Windows color (decimal): -2024945 or 989921. OLE color: 989921.

HSL color Cylindrical-coordinate representation of color #E11A0F: hue angle of 3.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E11A0F is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB2252615-
CMYK00.880.930.12
HSL3.14º87.5%47.06%-
HSV(B)3.14º93.33%88.24%-
XYZ31.5116.782.03-
YUV84.2588.93228.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 84.59%
GREEN value IS 26 (10.55% from 255) = 9.77%
BLUE value IS 15 (6.25% from 255) = 5.64%
R=84.59%
G=9.77%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225261500.880.930.123.1487.547.06
HexE11AF0585DC3582f
Octal3413217013013514313057
Binary111000011101011110101100010111011100111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11A0F; }

 p { color: rgb(225,26,15); }

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

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

 a { background-color: rgb(225,26,15); }

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

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

 span { border-color: rgb(225,26,15); }

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