Html Css Color HEX #F2173F Torch Red

📋 copy color: '#F2173F'

red 242 ◦ green 23 ◦ blue 63

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

Shades of Torch Red #F2173F

Tints of Torch Red #F2173F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.21%

R = 73.78%
G = 7.01%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2173F (or 0xF2173F) is known color: Torch Red. HEX triplet: F2, 17 and 3F. RGB value is (242,23,63). Sum of RGB (Red+Green+Blue) = 242+23+63=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F2173F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2173F is #0DE8C0. Grayscale: #5D5D5D. Windows color (decimal): -911553 or 4134898. OLE color: 4134898.

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

Color convert

RGB 242 23 63 -
CMYK 0 0.90 0.74 0.05
HSL 349.04º 0.89% 0.52% -
HSV(B) 349.04º 0.9% 0.95% -
XYZ 37.82 19.85 6.54 -
YUV 93.04 111.05 234.25 -
System Red Green Blue C M Y K H S L
Decimal 242 23 63 0 0.90 0.74 0.05 349.04 0.89 0.52
Hex F2 17 3F 0 5A 4A 5 15D 59 34
Octal 362 27 77 0 132 112 5 535 131 64
Binary 11110010 10111 111111 0 1011010 1001010 101 101011101 1011001 110100

Color Harmonies of #F2173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2173F

Black with #F2173F

Text Example


Text Example

White with #F2173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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