#ED1E19

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

Shades of Scarlet #ED1E19

Tints of Scarlet #ED1E19

Color information

#ED1E19 (or 0xED1E19) is unknown color: approx Scarlet. HEX triplet: ED, 1E and 19. RGB value is (237,30,25). Sum of RGB (Red+Green+Blue) = 237+30+25=292 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.16% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1E19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1E19 is #12E1E6. Grayscale: #5B5B5B. Windows color (decimal): -1237479 or 1646317. OLE color: 1646317.

HSL color Cylindrical-coordinate representation of color #ED1E19: hue angle of 1.42º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1E19 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB2373025-
CMYK00.870.890.07
HSL1.42º85.48%51.37%-
HSV(B)1.42º89.45%92.94%-
XYZ35.56192.71-
YUV91.3290.58231.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 81.16%
GREEN value IS 30 (12.11% from 255) = 10.27%
BLUE value IS 25 (10.16% from 255) = 8.56%
R=81.16%
G=10.27%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237302500.870.890.071.4285.4851.37
HexED1E1905759715533
Octal355363101271317112563
Binary11101101111101100101010111101100111111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1E19; }

 p { color: rgb(237,30,25); }

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

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

 a { background-color: rgb(237,30,25); }

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

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

 span { border-color: rgb(237,30,25); }

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