Html Css Color HEX #F2171F Torch Red

📋 copy color: '#F2171F'

red 242 ◦ green 23 ◦ blue 31

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

Shades of Torch Red #F2171F

Tints of Torch Red #F2171F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.47%

R = 81.76%
G = 7.77%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F2171F (or 0xF2171F) is known color: Torch Red. HEX triplet: F2, 17 and 1F. RGB value is (242,23,31). Sum of RGB (Red+Green+Blue) = 242+23+31=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F2171F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2171F is #0DE8E0. Grayscale: #595959. Windows color (decimal): -911585 or 2037746. OLE color: 2037746.

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

Color convert

RGB 242 23 31 -
CMYK 0 0.90 0.87 0.05
HSL 357.81º 0.89% 0.52% -
HSV(B) 357.81º 0.9% 0.95% -
XYZ 37.17 19.59 3.12 -
YUV 89.39 95.05 236.85 -
System Red Green Blue C M Y K H S L
Decimal 242 23 31 0 0.90 0.87 0.05 357.81 0.89 0.52
Hex F2 17 1F 0 5A 57 5 166 59 34
Octal 362 27 37 0 132 127 5 546 131 64
Binary 11110010 10111 11111 0 1011010 1010111 101 101100110 1011001 110100

Color Harmonies of #F2171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2171F

Black with #F2171F

Text Example


Text Example

White with #F2171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2171F; }

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

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

background-color css

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

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

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

border-color css

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

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

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