Html Css Color HEX #F0193C Torch Red

📋 copy color: '#F0193C'

red 240 ◦ green 25 ◦ blue 60

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

Shades of Torch Red #F0193C

Tints of Torch Red #F0193C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 73.85%
G = 7.69%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0193C (or 0xF0193C) is known color: Torch Red. HEX triplet: F0, 19 and 3C. RGB value is (240,25,60). Sum of RGB (Red+Green+Blue) = 240+25+60=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F0193C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0193C is #0FE6C3. Grayscale: #5D5D5D. Windows color (decimal): -1042116 or 3938800. OLE color: 3938800.

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

Color convert

RGB 240 25 60 -
CMYK 0 0.90 0.75 0.06
HSL 350.23º 0.88% 0.52% -
HSV(B) 350.23º 0.9% 0.94% -
XYZ 37.1 19.55 6.09 -
YUV 93.28 109.23 232.65 -
System Red Green Blue C M Y K H S L
Decimal 240 25 60 0 0.90 0.75 0.06 350.23 0.88 0.52
Hex F0 19 3C 0 5A 4B 6 15E 58 34
Octal 360 31 74 0 132 113 6 536 130 64
Binary 11110000 11001 111100 0 1011010 1001011 110 101011110 1011000 110100

Color Harmonies of #F0193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0193C

Black with #F0193C

Text Example


Text Example

White with #F0193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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