#E0140F

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

Shades of Scarlet #E0140F

Tints of Scarlet #E0140F

Color information

#E0140F (or 0xE0140F) is unknown color: approx Scarlet. HEX triplet: E0, 14 and 0F. RGB value is (224,20,15). Sum of RGB (Red+Green+Blue) = 224+20+15=259 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.49% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 224 - color contains mainly: red. Hex color #E0140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0140F is #1FEBF0. Grayscale: #505050. Windows color (decimal): -2092017 or 988384. OLE color: 988384.

HSL color Cylindrical-coordinate representation of color #E0140F: hue angle of 1.44º degrees, saturation: 0.87, 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 #E0140F is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB2242015-
CMYK00.910.930.12
HSL1.44º87.45%46.86%-
HSV(B)1.44º93.3%87.84%-
XYZ31.0816.381.98-
YUV80.4391.09230.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 86.49%
GREEN value IS 20 (8.20% from 255) = 7.72%
BLUE value IS 15 (6.25% from 255) = 5.79%
R=86.49%
G=7.72%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224201500.910.930.121.4487.4546.86
HexE014F05B5DC1572f
Octal3402417013313514112757
Binary11100000101001111010110111011101110011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0140F; }

 p { color: rgb(224,20,15); }

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

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

 a { background-color: rgb(224,20,15); }

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

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

 span { border-color: rgb(224,20,15); }

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