Html Css Color HEX #EF494C Radical Red

📋 copy color: '#EF494C'

red 239 ◦ green 73 ◦ blue 76

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

Shades of Radical Red #EF494C

Tints of Radical Red #EF494C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.81%

 BLUE value IS 76 (30.08% from 255) = 19.59%

R = 61.6%
G = 18.81%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF494C (or 0xEF494C) is known color: Radical Red. HEX triplet: EF, 49 and 4C. RGB value is (239,73,76). Sum of RGB (Red+Green+Blue) = 239+73+76=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF494C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF494C is #10B6B3. Grayscale: #7B7B7B. Windows color (decimal): -1095348 or 4999663. OLE color: 4999663.

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

Color convert

RGB 239 73 76 -
CMYK 0 0.69 0.68 0.06
HSL 358.92º 0.84% 0.61% -
HSV(B) 358.92º 0.69% 0.94% -
XYZ 39.28 23.64 9.33 -
YUV 122.98 101.5 210.76 -
System Red Green Blue C M Y K H S L
Decimal 239 73 76 0 0.69 0.68 0.06 358.92 0.84 0.61
Hex EF 49 4C 0 45 44 6 167 54 3D
Octal 357 111 114 0 105 104 6 547 124 75
Binary 11101111 1001001 1001100 0 1000101 1000100 110 101100111 1010100 111101

Color Harmonies of #EF494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF494C

Black with #EF494C

Text Example


Text Example

White with #EF494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF494C; }

 p { color: rgb(239,73,76); }

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

background-color css

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

 a { background-color: rgb(239,73,76); }

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

border-color css

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

 span { border-color: rgb(239,73,76); }

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