Html Css Color HEX #F2172E Torch Red

📋 copy color: '#F2172E'

red 242 ◦ green 23 ◦ blue 46

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

Shades of Torch Red #F2172E

Tints of Torch Red #F2172E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.79%

R = 77.81%
G = 7.4%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2172E (or 0xF2172E) is known color: Torch Red. HEX triplet: F2, 17 and 2E. RGB value is (242,23,46). Sum of RGB (Red+Green+Blue) = 242+23+46=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F2172E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2172E is #0DE8D1. Grayscale: #5B5B5B. Windows color (decimal): -911570 or 3020786. OLE color: 3020786.

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

Color convert

RGB 242 23 46 -
CMYK 0 0.90 0.81 0.05
HSL 353.7º 0.89% 0.52% -
HSV(B) 353.7º 0.9% 0.95% -
XYZ 37.42 19.69 4.41 -
YUV 91.1 102.55 235.63 -
System Red Green Blue C M Y K H S L
Decimal 242 23 46 0 0.90 0.81 0.05 353.7 0.89 0.52
Hex F2 17 2E 0 5A 51 5 162 59 34
Octal 362 27 56 0 132 121 5 542 131 64
Binary 11110010 10111 101110 0 1011010 1010001 101 101100010 1011001 110100

Color Harmonies of #F2172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2172E

Black with #F2172E

Text Example


Text Example

White with #F2172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2172E; }

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

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

background-color css

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

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

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

border-color css

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

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

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