#ea2409

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

Shades of Scarlet #EA2409

Tints of Scarlet #EA2409

Color information

#EA2409 (or 0xEA2409) is unknown color: approx Scarlet. HEX triplet: EA, 24 and 09. RGB value is (234,36,9). Sum of RGB (Red+Green+Blue) = 234+36+9=279 (36% of max value = 765). Red value is 234 (91.80% from 255 or 83.87% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2409 is #15DBF6. Grayscale: #5C5C5C. Windows color (decimal): -1432567 or 599274. OLE color: 599274.

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

Color convert

RGB234369-
CMYK00.850.960.08
HSL7.2º92.59%47.65%-
HSV(B)7.2º96.15%91.76%-
XYZ34.6118.772.06-
YUV92.1281.1229.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 83.87%
GREEN value IS 36 (14.45% from 255) = 12.90%
BLUE value IS 9 (3.91% from 255) = 3.23%
R=83.87%
G=12.90%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23436900.850.960.087.292.5947.65
HexEA24905560875d30
Octal3524411012514010713560
Binary11101010100100100101010101110000010001111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea2409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea2409; }

 p { color: rgb(234,36,9); }

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

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

 a { background-color: rgb(234,36,9); }

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

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

 span { border-color: rgb(234,36,9); }

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