Html Css Color HEX #F4171F Torch Red

📋 copy color: '#F4171F'

red 244 ◦ green 23 ◦ blue 31

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

Shades of Torch Red #F4171F

Tints of Torch Red #F4171F

RGB

 RED value IS 244 (95.7% from 255) = 81.88%

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

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

R = 81.88%
G = 7.72%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F4171F (or 0xF4171F) is known color: Torch Red. HEX triplet: F4, 17 and 1F. RGB value is (244,23,31). Sum of RGB (Red+Green+Blue) = 244+23+31=298 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.88% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 244 - color contains mainly: red. Hex color #F4171F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4171F is #0BE8E0. Grayscale: #5A5A5A. Windows color (decimal): -780513 or 2037748. OLE color: 2037748.

HSL color Cylindrical-coordinate representation of color #F4171F: hue angle of 357.83º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F4171F is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 23 31 -
CMYK 0 0.91 0.87 0.04
HSL 357.83º 0.91% 0.52% -
HSV(B) 357.83º 0.91% 0.96% -
XYZ 37.86 19.94 3.15 -
YUV 89.99 94.72 237.85 -
System Red Green Blue C M Y K H S L
Decimal 244 23 31 0 0.91 0.87 0.04 357.83 0.91 0.52
Hex F4 17 1F 0 5B 57 4 166 5B 34
Octal 364 27 37 0 133 127 4 546 133 64
Binary 11110100 10111 11111 0 1011011 1010111 100 101100110 1011011 110100

Color Harmonies of #F4171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4171F

Black with #F4171F

Text Example


Text Example

White with #F4171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4171F; }

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

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

background-color css

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

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

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

border-color css

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

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

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