Html Css Color HEX #EF345F Radical Red

📋 copy color: '#EF345F'

red 239 ◦ green 52 ◦ blue 95

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

Shades of Radical Red #EF345F

Tints of Radical Red #EF345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.47%

 BLUE value IS 95 (37.5% from 255) = 24.61%

R = 61.92%
G = 13.47%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF345F (or 0xEF345F) is known color: Radical Red. HEX triplet: EF, 34 and 5F. RGB value is (239,52,95). Sum of RGB (Red+Green+Blue) = 239+52+95=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF345F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF345F is #10CBA0. Grayscale: #707070. Windows color (decimal): -1100705 or 6239471. OLE color: 6239471.

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

Color convert

RGB 239 52 95 -
CMYK 0 0.78 0.60 0.06
HSL 346.2º 0.85% 0.57% -
HSV(B) 346.2º 0.78% 0.94% -
XYZ 38.89 21.63 12.95 -
YUV 112.82 117.95 218 -
System Red Green Blue C M Y K H S L
Decimal 239 52 95 0 0.78 0.60 0.06 346.2 0.85 0.57
Hex EF 34 5F 0 4E 3C 6 15A 55 39
Octal 357 64 137 0 116 74 6 532 125 71
Binary 11101111 110100 1011111 0 1001110 111100 110 101011010 1010101 111001

Color Harmonies of #EF345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF345F

Black with #EF345F

Text Example


Text Example

White with #EF345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF345F; }

 p { color: rgb(239,52,95); }

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

background-color css

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

 a { background-color: rgb(239,52,95); }

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

border-color css

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

 span { border-color: rgb(239,52,95); }

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