#EF350F

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

Shades of Scarlet #EF350F

Tints of Scarlet #EF350F

Color information

#EF350F (or 0xEF350F) is unknown color: approx Scarlet. HEX triplet: EF, 35 and 0F. RGB value is (239,53,15). Sum of RGB (Red+Green+Blue) = 239+53+15=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF350F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF350F is #10CAF0. Grayscale: #686868. Windows color (decimal): -1100529 or 996847. OLE color: 996847.

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

Color convert

RGB2395315-
CMYK00.780.940.06
HSL10.18º88.19%49.8%-
HSV(B)10.18º93.72%93.73%-
XYZ36.9620.932.54-
YUV104.2877.62224.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 77.85%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 15 (6.25% from 255) = 4.89%
R=77.85%
G=17.26%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239531500.780.940.0610.1888.1949.8
HexEF35F04E5E6a5832
Octal3576517011613661213062
Binary11101111110101111101001110101111011010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF350F; }

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

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

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

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

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

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

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

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