Html Css Color HEX #EF484C Radical Red

📋 copy color: '#EF484C'

red 239 ◦ green 72 ◦ blue 76

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

Shades of Radical Red #EF484C

Tints of Radical Red #EF484C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.6%

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

R = 61.76%
G = 18.6%
B = 19.64%

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

#EF484C (or 0xEF484C) is known color: Radical Red. HEX triplet: EF, 48 and 4C. RGB value is (239,72,76). Sum of RGB (Red+Green+Blue) = 239+72+76=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF484C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF484C is #10B7B3. Grayscale: #7A7A7A. Windows color (decimal): -1095604 or 4999407. OLE color: 4999407.

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

Color convert

RGB 239 72 76 -
CMYK 0 0.70 0.68 0.06
HSL 358.56º 0.84% 0.61% -
HSV(B) 358.56º 0.7% 0.94% -
XYZ 39.22 23.51 9.31 -
YUV 122.39 101.83 211.17 -
System Red Green Blue C M Y K H S L
Decimal 239 72 76 0 0.70 0.68 0.06 358.56 0.84 0.61
Hex EF 48 4C 0 46 44 6 167 54 3D
Octal 357 110 114 0 106 104 6 547 124 75
Binary 11101111 1001000 1001100 0 1000110 1000100 110 101100111 1010100 111101

Color Harmonies of #EF484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF484C

Black with #EF484C

Text Example


Text Example

White with #EF484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF484C; }

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

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

background-color css

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

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

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

border-color css

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

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

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