Html Css Color HEX #FF014C Torch Red

📋 copy color: '#FF014C'

red 255 ◦ green 1 ◦ blue 76

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

Shades of Torch Red #FF014C

Tints of Torch Red #FF014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.89%

R = 76.81%
G = 0.3%
B = 22.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FF014C (or 0xFF014C) is known color: Torch Red. HEX triplet: FF, 01 and 4C. RGB value is (255,1,76). Sum of RGB (Red+Green+Blue) = 255+1+76=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF014C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF014C is #00FEB3. Grayscale: #555555. Windows color (decimal): -65204 or 4981247. OLE color: 4981247.

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

Color convert

RGB 255 1 76 -
CMYK 0 1.00 0.70 0
HSL 342.28º 1% 0.5% -
HSV(B) 342.28º 1% 1% -
XYZ 42.56 21.8 8.8 -
YUV 85.5 122.65 248.9 -
System Red Green Blue C M Y K H S L
Decimal 255 1 76 0 1.00 0.70 0 342.28 1 0.5
Hex FF 1 4C 0 64 46 0 156 64 32
Octal 377 1 114 0 144 106 0 526 144 62
Binary 11111111 1 1001100 0 1100100 1000110 0 101010110 1100100 110010

Color Harmonies of #FF014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF014C

Black with #FF014C

Text Example


Text Example

White with #FF014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF014C; }

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

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

background-color css

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

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

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

border-color css

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

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

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