#ef250f

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

Shades of Scarlet #EF250F

Tints of Scarlet #EF250F

Color information

#EF250F (or 0xEF250F) is unknown color: approx Scarlet. HEX triplet: EF, 25 and 0F. RGB value is (239,37,15). Sum of RGB (Red+Green+Blue) = 239+37+15=291 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.13% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 239 - color contains mainly: red. Hex color #EF250F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF250F is #10DAF0. Grayscale: #5F5F5F. Windows color (decimal): -1104625 or 992751. OLE color: 992751.

HSL color Cylindrical-coordinate representation of color #EF250F: hue angle of 5.89º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF250F is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB2393715-
CMYK00.850.940.06
HSL5.89º88.19%49.8%-
HSV(B)5.89º93.72%93.73%-
XYZ36.3419.712.34-
YUV94.8982.92230.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 82.13%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 15 (6.25% from 255) = 5.15%
R=82.13%
G=12.71%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239371500.850.940.065.8988.1949.8
HexEF25F0555E665832
Octal357451701251366613062
Binary1110111110010111110101010110111101101101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef250f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef250f; }

 p { color: rgb(239,37,15); }

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

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

 a { background-color: rgb(239,37,15); }

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

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

 span { border-color: rgb(239,37,15); }

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