#EF484F

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

Shades of Radical Red #EF484F

Tints of Radical Red #EF484F

Color information

#EF484F (or 0xEF484F) is unknown color: approx Radical Red. HEX triplet: EF, 48 and 4F. RGB value is (239,72,79). Sum of RGB (Red+Green+Blue) = 239+72+79=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF484F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF484F is #10B7B0. Grayscale: #7A7A7A. Windows color (decimal): -1095601 or 5196015. OLE color: 5196015.

HSL color Cylindrical-coordinate representation of color #EF484F: hue angle of 357.49º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF484F is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB2397279-
CMYK00.700.670.06
HSL357.49º83.92%60.98%-
HSV(B)357.49º69.87%93.73%-
XYZ39.3323.559.87-
YUV122.73103.33210.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 61.28%
GREEN value IS 72 (28.52% from 255) = 18.46%
BLUE value IS 79 (31.25% from 255) = 20.26%
R=61.28%
G=18.46%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239727900.700.670.06357.4983.9260.98
HexEF484F046436165543d
Octal3571101170106103654512475
Binary11101111100100010011110100011010000111101011001011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF484F; }

 p { color: rgb(239,72,79); }

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

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

 a { background-color: rgb(239,72,79); }

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

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

 span { border-color: rgb(239,72,79); }

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