Html Css Color HEX #FF395C Radical Red

📋 copy color: '#FF395C'

red 255 ◦ green 57 ◦ blue 92

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

Shades of Radical Red #FF395C

Tints of Radical Red #FF395C

RGB

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

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

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

R = 63.12%
G = 14.11%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF395C (or 0xFF395C) is known color: Radical Red. HEX triplet: FF, 39 and 5C. RGB value is (255,57,92). Sum of RGB (Red+Green+Blue) = 255+57+92=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF395C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF395C is #00C6A3. Grayscale: #787878. Windows color (decimal): -50852 or 6044159. OLE color: 6044159.

HSL color Cylindrical-coordinate representation of color #FF395C: hue angle of 349.39º 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 #FF395C is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 255 57 92 -
CMYK 0 0.78 0.64 0
HSL 349.39º 1% 0.61% -
HSV(B) 349.39º 0.78% 1% -
XYZ 44.63 24.96 12.59 -
YUV 120.19 112.1 224.15 -
System Red Green Blue C M Y K H S L
Decimal 255 57 92 0 0.78 0.64 0 349.39 1 0.61
Hex FF 39 5C 0 4E 40 0 15D 64 3D
Octal 377 71 134 0 116 100 0 535 144 75
Binary 11111111 111001 1011100 0 1001110 1000000 0 101011101 1100100 111101

Color Harmonies of #FF395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF395C

Black with #FF395C

Text Example


Text Example

White with #FF395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF395C; }

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

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

background-color css

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

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

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

border-color css

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

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

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