#EA160D

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

Shades of Scarlet #EA160D

Tints of Scarlet #EA160D

Color information

#EA160D (or 0xEA160D) is unknown color: approx Scarlet. HEX triplet: EA, 16 and 0D. RGB value is (234,22,13). Sum of RGB (Red+Green+Blue) = 234+22+13=269 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.99% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 234 - color contains mainly: red. Hex color #EA160D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA160D is #15E9F2. Grayscale: #545454. Windows color (decimal): -1436147 or 857834. OLE color: 857834.

HSL color Cylindrical-coordinate representation of color #EA160D: hue angle of 2.44º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA160D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB2342213-
CMYK00.910.940.08
HSL2.44º89.47%48.43%-
HSV(B)2.44º94.44%91.76%-
XYZ34.2918.12.07-
YUV84.3687.74234.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 86.99%
GREEN value IS 22 (8.98% from 255) = 8.18%
BLUE value IS 13 (5.47% from 255) = 4.83%
R=86.99%
G=8.18%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234221300.910.940.082.4489.4748.43
HexEA16D05B5E825930
Octal3522615013313610213160
Binary111010101011011010101101110111101000101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA160D; }

 p { color: rgb(234,22,13); }

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

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

 a { background-color: rgb(234,22,13); }

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

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

 span { border-color: rgb(234,22,13); }

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