Html Css Color HEX #EF425C Radical Red

📋 copy color: '#EF425C'

red 239 ◦ green 66 ◦ blue 92

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

Shades of Radical Red #EF425C

Tints of Radical Red #EF425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.62%

 BLUE value IS 92 (36.33% from 255) = 23.17%

R = 60.2%
G = 16.62%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF425C (or 0xEF425C) is known color: Radical Red. HEX triplet: EF, 42 and 5C. RGB value is (239,66,92). Sum of RGB (Red+Green+Blue) = 239+66+92=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF425C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF425C is #10BDA3. Grayscale: #787878. Windows color (decimal): -1097124 or 6046447. OLE color: 6046447.

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

Color convert

RGB 239 66 92 -
CMYK 0 0.72 0.62 0.06
HSL 350.98º 0.84% 0.6% -
HSV(B) 350.98º 0.72% 0.94% -
XYZ 39.48 23.02 12.49 -
YUV 120.69 111.81 212.39 -
System Red Green Blue C M Y K H S L
Decimal 239 66 92 0 0.72 0.62 0.06 350.98 0.84 0.6
Hex EF 42 5C 0 48 3E 6 15F 54 3C
Octal 357 102 134 0 110 76 6 537 124 74
Binary 11101111 1000010 1011100 0 1001000 111110 110 101011111 1010100 111100

Color Harmonies of #EF425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF425C

Black with #EF425C

Text Example


Text Example

White with #EF425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF425C; }

 p { color: rgb(239,66,92); }

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

background-color css

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

 a { background-color: rgb(239,66,92); }

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

border-color css

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

 span { border-color: rgb(239,66,92); }

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