Html Css Color HEX #FF192F Torch Red

📋 copy color: '#FF192F'

red 255 ◦ green 25 ◦ blue 47

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

Shades of Torch Red #FF192F

Tints of Torch Red #FF192F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.37%

R = 77.98%
G = 7.65%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF192F (or 0xFF192F) is known color: Torch Red. HEX triplet: FF, 19 and 2F. RGB value is (255,25,47). Sum of RGB (Red+Green+Blue) = 255+25+47=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF192F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF192F is #00E6D0. Grayscale: #606060. Windows color (decimal): -59089 or 3086847. OLE color: 3086847.

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

Color convert

RGB 255 25 47 -
CMYK 0 0.90 0.82 0
HSL 354.26º 1% 0.55% -
HSV(B) 354.26º 0.9% 1% -
XYZ 42.1 22.16 4.75 -
YUV 96.28 100.2 241.21 -
System Red Green Blue C M Y K H S L
Decimal 255 25 47 0 0.90 0.82 0 354.26 1 0.55
Hex FF 19 2F 0 5A 52 0 162 64 37
Octal 377 31 57 0 132 122 0 542 144 67
Binary 11111111 11001 101111 0 1011010 1010010 0 101100010 1100100 110111

Color Harmonies of #FF192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF192F

Black with #FF192F

Text Example


Text Example

White with #FF192F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF192F; }

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

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

background-color css

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

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

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

border-color css

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

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

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