Html Css Color HEX #EF3C5D Radical Red

📋 copy color: '#EF3C5D'

red 239 ◦ green 60 ◦ blue 93

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

Shades of Radical Red #EF3C5D

Tints of Radical Red #EF3C5D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.31%

 BLUE value IS 93 (36.72% from 255) = 23.72%

R = 60.97%
G = 15.31%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF3C5D (or 0xEF3C5D) is known color: Radical Red. HEX triplet: EF, 3C and 5D. RGB value is (239,60,93). Sum of RGB (Red+Green+Blue) = 239+60+93=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3C5D is #10C3A2. Grayscale: #757575. Windows color (decimal): -1098659 or 6110447. OLE color: 6110447.

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

Color convert

RGB 239 60 93 -
CMYK 0 0.75 0.61 0.06
HSL 348.94º 0.85% 0.59% -
HSV(B) 348.94º 0.75% 0.94% -
XYZ 39.19 22.37 12.61 -
YUV 117.28 114.3 214.82 -
System Red Green Blue C M Y K H S L
Decimal 239 60 93 0 0.75 0.61 0.06 348.94 0.85 0.59
Hex EF 3C 5D 0 4B 3D 6 15D 55 3B
Octal 357 74 135 0 113 75 6 535 125 73
Binary 11101111 111100 1011101 0 1001011 111101 110 101011101 1010101 111011

Color Harmonies of #EF3C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3C5D

Black with #EF3C5D

Text Example


Text Example

White with #EF3C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3C5D; }

 p { color: rgb(239,60,93); }

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

background-color css

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

 a { background-color: rgb(239,60,93); }

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

border-color css

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

 span { border-color: rgb(239,60,93); }

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