#EA280D

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

Shades of Scarlet #EA280D

Tints of Scarlet #EA280D

Color information

#EA280D (or 0xEA280D) is unknown color: approx Scarlet. HEX triplet: EA, 28 and 0D. RGB value is (234,40,13). Sum of RGB (Red+Green+Blue) = 234+40+13=287 (38% of max value = 765). Red value is 234 (91.80% from 255 or 81.53% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 234 - color contains mainly: red. Hex color #EA280D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA280D is #15D7F2. Grayscale: #5F5F5F. Windows color (decimal): -1431539 or 862442. OLE color: 862442.

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

Color convert

RGB2344013-
CMYK00.830.940.08
HSL7.33º89.47%48.43%-
HSV(B)7.33º94.44%91.76%-
XYZ34.7619.042.22-
YUV94.9381.77227.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 81.53%
GREEN value IS 40 (16.02% from 255) = 13.94%
BLUE value IS 13 (5.47% from 255) = 4.53%
R=81.53%
G=13.94%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234401300.830.940.087.3389.4748.43
HexEA28D0535E875930
Octal3525015012313610713160
Binary11101010101000110101010011101111010001111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA280D; }

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

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

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

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

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

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

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

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