Html Css Color HEX #EF4052 Radical Red

📋 copy color: '#EF4052'

red 239 ◦ green 64 ◦ blue 82

#EF4052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #EF4052

Tints of Radical Red #EF4052

RGB

 RED value IS 239 (93.75% from 255) = 62.08%

 GREEN value IS 64 (25.39% from 255) = 16.62%

 BLUE value IS 82 (32.42% from 255) = 21.3%

R = 62.08%
G = 16.62%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF4052 (or 0xEF4052) is known color: Radical Red. HEX triplet: EF, 40 and 52. RGB value is (239,64,82). Sum of RGB (Red+Green+Blue) = 239+64+82=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4052 is #10BFAD. Grayscale: #767676. Windows color (decimal): -1097646 or 5390575. OLE color: 5390575.

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

Color convert

RGB 239 64 82 -
CMYK 0 0.73 0.66 0.06
HSL 353.83º 0.85% 0.59% -
HSV(B) 353.83º 0.73% 0.94% -
XYZ 38.95 22.63 10.3 -
YUV 118.38 107.48 214.04 -
System Red Green Blue C M Y K H S L
Decimal 239 64 82 0 0.73 0.66 0.06 353.83 0.85 0.59
Hex EF 40 52 0 49 42 6 162 55 3B
Octal 357 100 122 0 111 102 6 542 125 73
Binary 11101111 1000000 1010010 0 1001001 1000010 110 101100010 1010101 111011

Color Harmonies of #EF4052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4052

Black with #EF4052

Text Example


Text Example

White with #EF4052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4052; }

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

 H1.HeaderClassName
 {
   color: #EF4052;
 }
 .AnyTagClassName
 {
   color: #EF4052;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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