#E81D14

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

Shades of Scarlet #E81D14

Tints of Scarlet #E81D14

Color information

#E81D14 (or 0xE81D14) is unknown color: approx Scarlet. HEX triplet: E8, 1D and 14. RGB value is (232,29,20). Sum of RGB (Red+Green+Blue) = 232+29+20=281 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.56% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E81D14 is #17E2EB. Grayscale: #585858. Windows color (decimal): -1565420 or 1318376. OLE color: 1318376.

HSL color Cylindrical-coordinate representation of color #E81D14: hue angle of 2.55º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81D14 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB2322920-
CMYK00.880.910.09
HSL2.55º84.13%49.41%-
HSV(B)2.55º91.38%90.98%-
XYZ33.8418.092.37-
YUV88.6789.25230.23-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 82.56%
GREEN value IS 29 (11.72% from 255) = 10.32%
BLUE value IS 20 (8.20% from 255) = 7.12%
R=82.56%
G=10.32%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232292000.880.910.092.5584.1349.41
HexE81D140585B935431
Octal3503524013013311312461
Binary1110100011101101000101100010110111001111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81D14; }

 p { color: rgb(232,29,20); }

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

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

 a { background-color: rgb(232,29,20); }

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

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

 span { border-color: rgb(232,29,20); }

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