#E0190E

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

Shades of Scarlet #E0190E

Tints of Scarlet #E0190E

Color information

#E0190E (or 0xE0190E) is unknown color: approx Scarlet. HEX triplet: E0, 19 and 0E. RGB value is (224,25,14). Sum of RGB (Red+Green+Blue) = 224+25+14=263 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.17% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 224 - color contains mainly: red. Hex color #E0190E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0190E is #1FE6F1. Grayscale: #535353. Windows color (decimal): -2090738 or 924128. OLE color: 924128.

HSL color Cylindrical-coordinate representation of color #E0190E: 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.94%. Process color model (Four color, CMYK) of #E0190E is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB2242514-
CMYK00.890.940.12
HSL3.14º88.24%46.67%-
HSV(B)3.14º93.75%87.84%-
XYZ31.1716.571.97-
YUV83.2588.93228.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 85.17%
GREEN value IS 25 (10.16% from 255) = 9.51%
BLUE value IS 14 (5.86% from 255) = 5.32%
R=85.17%
G=9.51%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.94
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224251400.890.940.123.1488.2446.67
HexE019E0595EC3582f
Octal3403116013113614313057
Binary111000001100111100101100110111101100111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0190E; }

 p { color: rgb(224,25,14); }

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

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

 a { background-color: rgb(224,25,14); }

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

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

 span { border-color: rgb(224,25,14); }

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