Html Css Color HEX #F0173E Torch Red

📋 copy color: '#F0173E'

red 240 ◦ green 23 ◦ blue 62

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

Shades of Torch Red #F0173E

Tints of Torch Red #F0173E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.08%

 BLUE value IS 62 (24.61% from 255) = 19.08%

R = 73.85%
G = 7.08%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0173E (or 0xF0173E) is known color: Torch Red. HEX triplet: F0, 17 and 3E. RGB value is (240,23,62). Sum of RGB (Red+Green+Blue) = 240+23+62=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F0173E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0173E is #0FE8C1. Grayscale: #5C5C5C. Windows color (decimal): -1042626 or 4069360. OLE color: 4069360.

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

Color convert

RGB 240 23 62 -
CMYK 0 0.90 0.74 0.06
HSL 349.22º 0.88% 0.52% -
HSV(B) 349.22º 0.9% 0.94% -
XYZ 37.11 19.49 6.36 -
YUV 92.33 110.89 233.33 -
System Red Green Blue C M Y K H S L
Decimal 240 23 62 0 0.90 0.74 0.06 349.22 0.88 0.52
Hex F0 17 3E 0 5A 4A 6 15D 58 34
Octal 360 27 76 0 132 112 6 535 130 64
Binary 11110000 10111 111110 0 1011010 1001010 110 101011101 1011000 110100

Color Harmonies of #F0173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0173E

Black with #F0173E

Text Example


Text Example

White with #F0173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0173E; }

 p { color: rgb(240,23,62); }

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

background-color css

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

 a { background-color: rgb(240,23,62); }

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

border-color css

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

 span { border-color: rgb(240,23,62); }

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