#EF1903

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

Shades of Scarlet #EF1903

Tints of Scarlet #EF1903

Color information

#EF1903 (or 0xEF1903) is unknown color: approx Scarlet. HEX triplet: EF, 19 and 03. RGB value is (239,25,3). Sum of RGB (Red+Green+Blue) = 239+25+3=267 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.51% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1903 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1903 is #10E6FC. Grayscale: #565656. Windows color (decimal): -1107709 or 203247. OLE color: 203247.

HSL color Cylindrical-coordinate representation of color #EF1903: hue angle of 5.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF1903 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB239253-
CMYK00.900.990.06
HSL5.59º97.52%47.45%-
HSV(B)5.59º98.74%93.73%-
XYZ35.9619.051.87-
YUV86.4880.9236.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 89.51%
GREEN value IS 25 (10.16% from 255) = 9.36%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=89.51%
G=9.36%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23925300.900.990.065.5997.5247.45
HexEF19305A6366622f
Octal35731301321436614257
Binary1110111111001110101101011000111101101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1903; }

 p { color: rgb(239,25,3); }

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

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

 a { background-color: rgb(239,25,3); }

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

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

 span { border-color: rgb(239,25,3); }

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