#EA170D

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

Shades of Scarlet #EA170D

Tints of Scarlet #EA170D

Color information

#EA170D (or 0xEA170D) is unknown color: approx Scarlet. HEX triplet: EA, 17 and 0D. RGB value is (234,23,13). Sum of RGB (Red+Green+Blue) = 234+23+13=270 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.67% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 234 - color contains mainly: red. Hex color #EA170D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA170D is #15E8F2. Grayscale: #555555. Windows color (decimal): -1435891 or 858090. OLE color: 858090.

HSL color Cylindrical-coordinate representation of color #EA170D: hue angle of 2.71º 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 #EA170D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB2342313-
CMYK00.900.940.08
HSL2.71º89.47%48.43%-
HSV(B)2.71º94.44%91.76%-
XYZ34.3118.132.07-
YUV84.9587.4234.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 86.67%
GREEN value IS 23 (9.38% from 255) = 8.52%
BLUE value IS 13 (5.47% from 255) = 4.81%
R=86.67%
G=8.52%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234231300.900.940.082.7189.4748.43
HexEA17D05A5E835930
Octal3522715013213610313160
Binary111010101011111010101101010111101000111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA170D; }

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

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

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

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

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

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

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

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