Html Css Color HEX #FF014F Torch Red

📋 copy color: '#FF014F'

red 255 ◦ green 1 ◦ blue 79

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

Shades of Torch Red #FF014F

Tints of Torch Red #FF014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 76.12%
G = 0.3%
B = 23.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF014F (or 0xFF014F) is known color: Torch Red. HEX triplet: FF, 01 and 4F. RGB value is (255,1,79). Sum of RGB (Red+Green+Blue) = 255+1+79=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF014F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF014F is #00FEB0. Grayscale: #555555. Windows color (decimal): -65201 or 5177855. OLE color: 5177855.

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

Color convert

RGB 255 1 79 -
CMYK 0 1.00 0.69 0
HSL 341.57º 1% 0.5% -
HSV(B) 341.57º 1% 1% -
XYZ 42.66 21.85 9.37 -
YUV 85.84 124.15 248.66 -
System Red Green Blue C M Y K H S L
Decimal 255 1 79 0 1.00 0.69 0 341.57 1 0.5
Hex FF 1 4F 0 64 45 0 156 64 32
Octal 377 1 117 0 144 105 0 526 144 62
Binary 11111111 1 1001111 0 1100100 1000101 0 101010110 1100100 110010

Color Harmonies of #FF014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF014F

Black with #FF014F

Text Example


Text Example

White with #FF014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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