Html Css Color HEX #FF314F Radical Red

📋 copy color: '#FF314F'

red 255 ◦ green 49 ◦ blue 79

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

Shades of Radical Red #FF314F

Tints of Radical Red #FF314F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.79%

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

R = 66.58%
G = 12.79%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF314F (or 0xFF314F) is known color: Radical Red. HEX triplet: FF, 31 and 4F. RGB value is (255,49,79). Sum of RGB (Red+Green+Blue) = 255+49+79=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF314F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF314F is #00CEB0. Grayscale: #727272. Windows color (decimal): -52913 or 5190143. OLE color: 5190143.

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

Color convert

RGB 255 49 79 -
CMYK 0 0.81 0.69 0
HSL 351.26º 1% 0.6% -
HSV(B) 351.26º 0.81% 1% -
XYZ 43.75 24.02 9.73 -
YUV 114.01 108.25 228.56 -
System Red Green Blue C M Y K H S L
Decimal 255 49 79 0 0.81 0.69 0 351.26 1 0.6
Hex FF 31 4F 0 51 45 0 15F 64 3C
Octal 377 61 117 0 121 105 0 537 144 74
Binary 11111111 110001 1001111 0 1010001 1000101 0 101011111 1100100 111100

Color Harmonies of #FF314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF314F

Black with #FF314F

Text Example


Text Example

White with #FF314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF314F; }

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

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

background-color css

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

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

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

border-color css

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

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

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