Html Css Color HEX #F0192F Torch Red

📋 copy color: '#F0192F'

red 240 ◦ green 25 ◦ blue 47

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

Shades of Torch Red #F0192F

Tints of Torch Red #F0192F

RGB

 RED value IS 240 (94.14% from 255) = 76.92%

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

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

R = 76.92%
G = 8.01%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0192F (or 0xF0192F) is known color: Torch Red. HEX triplet: F0, 19 and 2F. RGB value is (240,25,47). Sum of RGB (Red+Green+Blue) = 240+25+47=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F0192F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0192F is #0FE6D0. Grayscale: #5B5B5B. Windows color (decimal): -1042129 or 3086832. OLE color: 3086832.

HSL color Cylindrical-coordinate representation of color #F0192F: hue angle of 353.86º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0192F is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 25 47 -
CMYK 0 0.90 0.80 0.06
HSL 353.86º 0.88% 0.52% -
HSV(B) 353.86º 0.9% 0.94% -
XYZ 36.8 19.43 4.5 -
YUV 91.79 102.73 233.71 -
System Red Green Blue C M Y K H S L
Decimal 240 25 47 0 0.90 0.80 0.06 353.86 0.88 0.52
Hex F0 19 2F 0 5A 50 6 162 58 34
Octal 360 31 57 0 132 120 6 542 130 64
Binary 11110000 11001 101111 0 1011010 1010000 110 101100010 1011000 110100

Color Harmonies of #F0192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0192F

Black with #F0192F

Text Example


Text Example

White with #F0192F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0192F; }

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

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

background-color css

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

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

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

border-color css

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

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

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