Html Css Color HEX #F2173E Torch Red

📋 copy color: '#F2173E'

red 242 ◦ green 23 ◦ blue 62

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

Shades of Torch Red #F2173E

Tints of Torch Red #F2173E

RGB

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

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

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

R = 74.01%
G = 7.03%
B = 18.96%

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

#F2173E (or 0xF2173E) is known color: Torch Red. HEX triplet: F2, 17 and 3E. RGB value is (242,23,62). Sum of RGB (Red+Green+Blue) = 242+23+62=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F2173E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2173E is #0DE8C1. Grayscale: #5C5C5C. Windows color (decimal): -911554 or 4069362. OLE color: 4069362.

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

Color convert

RGB 242 23 62 -
CMYK 0 0.90 0.74 0.05
HSL 349.32º 0.89% 0.52% -
HSV(B) 349.32º 0.9% 0.95% -
XYZ 37.79 19.84 6.39 -
YUV 92.93 110.55 234.33 -
System Red Green Blue C M Y K H S L
Decimal 242 23 62 0 0.90 0.74 0.05 349.32 0.89 0.52
Hex F2 17 3E 0 5A 4A 5 15D 59 34
Octal 362 27 76 0 132 112 5 535 131 64
Binary 11110010 10111 111110 0 1011010 1001010 101 101011101 1011001 110100

Color Harmonies of #F2173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2173E

Black with #F2173E

Text Example


Text Example

White with #F2173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2173E; }

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

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

background-color css

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

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

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

border-color css

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

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

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