#ef3c5f

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

Shades of Radical Red #EF3C5F

Tints of Radical Red #EF3C5F

Color information

#EF3C5F (or 0xEF3C5F) is unknown color: approx Radical Red. HEX triplet: EF, 3C and 5F. RGB value is (239,60,95). Sum of RGB (Red+Green+Blue) = 239+60+95=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3C5F is #10C3A0. Grayscale: #757575. Windows color (decimal): -1098657 or 6241519. OLE color: 6241519.

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

Color convert

RGB2396095-
CMYK00.750.600.06
HSL348.27º84.83%58.63%-
HSV(B)348.27º74.9%93.73%-
XYZ39.2822.4113.08-
YUV117.51115.3214.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.66%
GREEN value IS 60 (23.83% from 255) = 15.23%
BLUE value IS 95 (37.5% from 255) = 24.11%
R=60.66%
G=15.23%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239609500.750.600.06348.2784.8358.63
HexEF3C5F04B3C615c553b
Octal35774137011374653412573
Binary111011111111001011111010010111111001101010111001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef3c5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef3c5f; }

 p { color: rgb(239,60,95); }

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

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

 a { background-color: rgb(239,60,95); }

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

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

 span { border-color: rgb(239,60,95); }

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