Html Css Color HEX #FF194B Torch Red

📋 copy color: '#FF194B'

red 255 ◦ green 25 ◦ blue 75

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

Shades of Torch Red #FF194B

Tints of Torch Red #FF194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.13%

R = 71.83%
G = 7.04%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF194B (or 0xFF194B) is known color: Torch Red. HEX triplet: FF, 19 and 4B. RGB value is (255,25,75). Sum of RGB (Red+Green+Blue) = 255+25+75=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF194B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF194B is #00E6B4. Grayscale: #636363. Windows color (decimal): -59061 or 4921855. OLE color: 4921855.

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

Color convert

RGB 255 25 75 -
CMYK 0 0.90 0.71 0
HSL 346.96º 1% 0.55% -
HSV(B) 346.96º 0.9% 1% -
XYZ 42.86 22.46 8.73 -
YUV 99.47 114.2 238.93 -
System Red Green Blue C M Y K H S L
Decimal 255 25 75 0 0.90 0.71 0 346.96 1 0.55
Hex FF 19 4B 0 5A 47 0 15B 64 37
Octal 377 31 113 0 132 107 0 533 144 67
Binary 11111111 11001 1001011 0 1011010 1000111 0 101011011 1100100 110111

Color Harmonies of #FF194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF194B

Black with #FF194B

Text Example


Text Example

White with #FF194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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