Html Css Color HEX #EF474D Radical Red

📋 copy color: '#EF474D'

red 239 ◦ green 71 ◦ blue 77

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

Shades of Radical Red #EF474D

Tints of Radical Red #EF474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.35%

 BLUE value IS 77 (30.47% from 255) = 19.9%

R = 61.76%
G = 18.35%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF474D (or 0xEF474D) is known color: Radical Red. HEX triplet: EF, 47 and 4D. RGB value is (239,71,77). Sum of RGB (Red+Green+Blue) = 239+71+77=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF474D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF474D is #10B8B2. Grayscale: #7A7A7A. Windows color (decimal): -1095859 or 5064687. OLE color: 5064687.

HSL color Cylindrical-coordinate representation of color #EF474D: hue angle of 357.86º 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 #EF474D is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 71 77 -
CMYK 0 0.70 0.68 0.06
HSL 357.86º 0.84% 0.61% -
HSV(B) 357.86º 0.7% 0.94% -
XYZ 39.19 23.39 9.47 -
YUV 121.92 102.66 211.51 -
System Red Green Blue C M Y K H S L
Decimal 239 71 77 0 0.70 0.68 0.06 357.86 0.84 0.61
Hex EF 47 4D 0 46 44 6 166 54 3D
Octal 357 107 115 0 106 104 6 546 124 75
Binary 11101111 1000111 1001101 0 1000110 1000100 110 101100110 1010100 111101

Color Harmonies of #EF474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF474D

Black with #EF474D

Text Example


Text Example

White with #EF474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF474D; }

 p { color: rgb(239,71,77); }

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

background-color css

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

 a { background-color: rgb(239,71,77); }

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

border-color css

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

 span { border-color: rgb(239,71,77); }

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