#ef230f

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

Shades of Scarlet #EF230F

Tints of Scarlet #EF230F

Color information

#EF230F (or 0xEF230F) is unknown color: approx Scarlet. HEX triplet: EF, 23 and 0F. RGB value is (239,35,15). Sum of RGB (Red+Green+Blue) = 239+35+15=289 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.70% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 239 - color contains mainly: red. Hex color #EF230F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF230F is #10DCF0. Grayscale: #5E5E5E. Windows color (decimal): -1105137 or 992239. OLE color: 992239.

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

Color convert

RGB2393515-
CMYK00.850.940.06
HSL5.36º88.19%49.8%-
HSV(B)5.36º93.72%93.73%-
XYZ36.2819.592.32-
YUV93.7283.59231.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 82.70%
GREEN value IS 35 (14.06% from 255) = 12.11%
BLUE value IS 15 (6.25% from 255) = 5.19%
R=82.70%
G=12.11%
B=5.19%

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
Decimal239351500.850.940.065.3688.1949.8
HexEF23F0555E655832
Octal357431701251366513062
Binary1110111110001111110101010110111101101011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef230f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef230f; }

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

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

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

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

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

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

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

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