#ef330f

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

Shades of Scarlet #EF330F

Tints of Scarlet #EF330F

Color information

#EF330F (or 0xEF330F) is unknown color: approx Scarlet. HEX triplet: EF, 33 and 0F. RGB value is (239,51,15). Sum of RGB (Red+Green+Blue) = 239+51+15=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF330F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF330F is #10CCF0. Grayscale: #676767. Windows color (decimal): -1101041 or 996335. OLE color: 996335.

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

Color convert

RGB2395115-
CMYK00.790.940.06
HSL9.64º88.19%49.8%-
HSV(B)9.64º93.72%93.73%-
XYZ36.8720.752.51-
YUV103.1178.28224.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 78.36%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 15 (6.25% from 255) = 4.92%
R=78.36%
G=16.72%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239511500.790.940.069.6488.1949.8
HexEF33F04F5E6a5832
Octal3576317011713661213062
Binary11101111110011111101001111101111011010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef330f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef330f; }

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

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

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

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

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

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

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

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