Html Css Color HEX #F0192A Torch Red

📋 copy color: '#F0192A'

red 240 ◦ green 25 ◦ blue 42

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

Shades of Torch Red #F0192A

Tints of Torch Red #F0192A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.68%

R = 78.18%
G = 8.14%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0192A (or 0xF0192A) is known color: Torch Red. HEX triplet: F0, 19 and 2A. RGB value is (240,25,42). Sum of RGB (Red+Green+Blue) = 240+25+42=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F0192A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0192A is #0FE6D5. Grayscale: #5B5B5B. Windows color (decimal): -1042134 or 2759152. OLE color: 2759152.

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

Color convert

RGB 240 25 42 -
CMYK 0 0.90 0.82 0.06
HSL 355.26º 0.88% 0.52% -
HSV(B) 355.26º 0.9% 0.94% -
XYZ 36.7 19.39 4 -
YUV 91.22 100.23 234.12 -
System Red Green Blue C M Y K H S L
Decimal 240 25 42 0 0.90 0.82 0.06 355.26 0.88 0.52
Hex F0 19 2A 0 5A 52 6 163 58 34
Octal 360 31 52 0 132 122 6 543 130 64
Binary 11110000 11001 101010 0 1011010 1010010 110 101100011 1011000 110100

Color Harmonies of #F0192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0192A

Black with #F0192A

Text Example


Text Example

White with #F0192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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