Html Css Color HEX #FF394F Radical Red

📋 copy color: '#FF394F'

red 255 ◦ green 57 ◦ blue 79

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

Shades of Radical Red #FF394F

Tints of Radical Red #FF394F

RGB

 RED value IS 255 (100% from 255) = 65.22%

 GREEN value IS 57 (22.66% from 255) = 14.58%

 BLUE value IS 79 (31.25% from 255) = 20.2%

R = 65.22%
G = 14.58%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF394F (or 0xFF394F) is known color: Radical Red. HEX triplet: FF, 39 and 4F. RGB value is (255,57,79). Sum of RGB (Red+Green+Blue) = 255+57+79=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF394F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF394F is #00C6B0. Grayscale: #767676. Windows color (decimal): -50865 or 5192191. OLE color: 5192191.

HSL color Cylindrical-coordinate representation of color #FF394F: hue angle of 353.33º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF394F is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 255 57 79 -
CMYK 0 0.78 0.69 0
HSL 353.33º 1% 0.61% -
HSV(B) 353.33º 0.78% 1% -
XYZ 44.11 24.75 9.85 -
YUV 118.71 105.6 225.21 -
System Red Green Blue C M Y K H S L
Decimal 255 57 79 0 0.78 0.69 0 353.33 1 0.61
Hex FF 39 4F 0 4E 45 0 161 64 3D
Octal 377 71 117 0 116 105 0 541 144 75
Binary 11111111 111001 1001111 0 1001110 1000101 0 101100001 1100100 111101

Color Harmonies of #FF394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF394F

Black with #FF394F

Text Example


Text Example

White with #FF394F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF394F; }

 p { color: rgb(255,57,79); }

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

background-color css

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

 a { background-color: rgb(255,57,79); }

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

border-color css

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

 span { border-color: rgb(255,57,79); }

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