Html Css Color HEX #FF194F Torch Red

📋 copy color: '#FF194F'

red 255 ◦ green 25 ◦ blue 79

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

Shades of Torch Red #FF194F

Tints of Torch Red #FF194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.96%

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

R = 71.03%
G = 6.96%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF194F (or 0xFF194F) is known color: Torch Red. HEX triplet: FF, 19 and 4F. RGB value is (255,25,79). Sum of RGB (Red+Green+Blue) = 255+25+79=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF194F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF194F is #00E6B0. Grayscale: #636363. Windows color (decimal): -59057 or 5183999. OLE color: 5183999.

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

Color convert

RGB 255 25 79 -
CMYK 0 0.90 0.69 0
HSL 345.91º 1% 0.55% -
HSV(B) 345.91º 0.9% 1% -
XYZ 43 22.52 9.48 -
YUV 99.93 116.2 238.61 -
System Red Green Blue C M Y K H S L
Decimal 255 25 79 0 0.90 0.69 0 345.91 1 0.55
Hex FF 19 4F 0 5A 45 0 15A 64 37
Octal 377 31 117 0 132 105 0 532 144 67
Binary 11111111 11001 1001111 0 1011010 1000101 0 101011010 1100100 110111

Color Harmonies of #FF194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF194F

Black with #FF194F

Text Example


Text Example

White with #FF194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF194F; }

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

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

background-color css

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

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

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

border-color css

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

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

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