Html Css Color HEX #F2173A Torch Red

📋 copy color: '#F2173A'

red 242 ◦ green 23 ◦ blue 58

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

Shades of Torch Red #F2173A

Tints of Torch Red #F2173A

RGB

 RED value IS 242 (94.92% from 255) = 74.92%

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

 BLUE value IS 58 (23.05% from 255) = 17.96%

R = 74.92%
G = 7.12%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2173A (or 0xF2173A) is known color: Torch Red. HEX triplet: F2, 17 and 3A. RGB value is (242,23,58). Sum of RGB (Red+Green+Blue) = 242+23+58=323 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.92% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 242 - color contains mainly: red. Hex color #F2173A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2173A is #0DE8C5. Grayscale: #5C5C5C. Windows color (decimal): -911558 or 3807218. OLE color: 3807218.

HSL color Cylindrical-coordinate representation of color #F2173A: hue angle of 350.41º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2173A is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 23 58 -
CMYK 0 0.90 0.76 0.05
HSL 350.41º 0.89% 0.52% -
HSV(B) 350.41º 0.9% 0.95% -
XYZ 37.69 19.8 5.84 -
YUV 92.47 108.55 234.65 -
System Red Green Blue C M Y K H S L
Decimal 242 23 58 0 0.90 0.76 0.05 350.41 0.89 0.52
Hex F2 17 3A 0 5A 4C 5 15E 59 34
Octal 362 27 72 0 132 114 5 536 131 64
Binary 11110010 10111 111010 0 1011010 1001100 101 101011110 1011001 110100

Color Harmonies of #F2173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2173A

Black with #F2173A

Text Example


Text Example

White with #F2173A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2173A; }

 p { color: rgb(242,23,58); }

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

background-color css

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

 a { background-color: rgb(242,23,58); }

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

border-color css

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

 span { border-color: rgb(242,23,58); }

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