Html Css Color HEX #EF335F Radical Red

📋 copy color: '#EF335F'

red 239 ◦ green 51 ◦ blue 95

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

Shades of Radical Red #EF335F

Tints of Radical Red #EF335F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.25%

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

R = 62.08%
G = 13.25%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF335F (or 0xEF335F) is known color: Radical Red. HEX triplet: EF, 33 and 5F. RGB value is (239,51,95). Sum of RGB (Red+Green+Blue) = 239+51+95=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF335F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF335F is #10CCA0. Grayscale: #707070. Windows color (decimal): -1100961 or 6239215. OLE color: 6239215.

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

Color convert

RGB 239 51 95 -
CMYK 0 0.79 0.60 0.06
HSL 345.96º 0.85% 0.57% -
HSV(B) 345.96º 0.79% 0.94% -
XYZ 38.85 21.54 12.94 -
YUV 112.23 118.28 218.42 -
System Red Green Blue C M Y K H S L
Decimal 239 51 95 0 0.79 0.60 0.06 345.96 0.85 0.57
Hex EF 33 5F 0 4F 3C 6 15A 55 39
Octal 357 63 137 0 117 74 6 532 125 71
Binary 11101111 110011 1011111 0 1001111 111100 110 101011010 1010101 111001

Color Harmonies of #EF335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF335F

Black with #EF335F

Text Example


Text Example

White with #EF335F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF335F; }

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

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

background-color css

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

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

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

border-color css

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

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

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