#EF260F

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

Shades of Scarlet #EF260F

Tints of Scarlet #EF260F

Color information

#EF260F (or 0xEF260F) is unknown color: approx Scarlet. HEX triplet: EF, 26 and 0F. RGB value is (239,38,15). Sum of RGB (Red+Green+Blue) = 239+38+15=292 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.85% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 239 - color contains mainly: red. Hex color #EF260F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF260F is #10D9F0. Grayscale: #5F5F5F. Windows color (decimal): -1104369 or 993007. OLE color: 993007.

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

Color convert

RGB2393815-
CMYK00.840.940.06
HSL6.16º88.19%49.8%-
HSV(B)6.16º93.72%93.73%-
XYZ36.3819.772.35-
YUV95.4882.59230.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 81.85%
GREEN value IS 38 (15.23% from 255) = 13.01%
BLUE value IS 15 (6.25% from 255) = 5.14%
R=81.85%
G=13.01%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239381500.840.940.066.1688.1949.8
HexEF26F0545E665832
Octal357461701241366613062
Binary1110111110011011110101010010111101101101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF260F; }

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

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

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

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

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

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

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

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