#EF4B52

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

Shades of Radical Red #EF4B52

Tints of Radical Red #EF4B52

Color information

#EF4B52 (or 0xEF4B52) is unknown color: approx Radical Red. HEX triplet: EF, 4B and 52. RGB value is (239,75,82). Sum of RGB (Red+Green+Blue) = 239+75+82=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4B52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4B52 is #10B4AD. Grayscale: #7C7C7C. Windows color (decimal): -1094830 or 5393391. OLE color: 5393391.

HSL color Cylindrical-coordinate representation of color #EF4B52: hue angle of 357.44º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4B52 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB2397582-
CMYK00.690.660.06
HSL357.44º83.67%61.57%-
HSV(B)357.44º68.62%93.73%-
XYZ39.6423.9910.52-
YUV124.83103.83209.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.35%
GREEN value IS 75 (29.69% from 255) = 18.94%
BLUE value IS 82 (32.42% from 255) = 20.71%
R=60.35%
G=18.94%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239758200.690.660.06357.4483.6761.57
HexEF4B52045426165543e
Octal3571131220105102654512476
Binary11101111100101110100100100010110000101101011001011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4B52; }

 p { color: rgb(239,75,82); }

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

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

 a { background-color: rgb(239,75,82); }

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

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

 span { border-color: rgb(239,75,82); }

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