Html Css Color HEX #F9181F Torch Red

📋 copy color: '#F9181F'

red 249 ◦ green 24 ◦ blue 31

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

Shades of Torch Red #F9181F

Tints of Torch Red #F9181F

RGB

 RED value IS 249 (97.66% from 255) = 81.91%

 GREEN value IS 24 (9.77% from 255) = 7.89%

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

R = 81.91%
G = 7.89%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9181F (or 0xF9181F) is known color: Torch Red. HEX triplet: F9, 18 and 1F. RGB value is (249,24,31). Sum of RGB (Red+Green+Blue) = 249+24+31=304 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.91% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 249 - color contains mainly: red. Hex color #F9181F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9181F is #06E7E0. Grayscale: #5C5C5C. Windows color (decimal): -452577 or 2038009. OLE color: 2038009.

HSL color Cylindrical-coordinate representation of color #F9181F: hue angle of 358.13º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9181F is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 24 31 -
CMYK 0 0.90 0.88 0.02
HSL 358.13º 0.95% 0.54% -
HSV(B) 358.13º 0.9% 0.98% -
XYZ 39.64 20.89 3.24 -
YUV 92.07 93.54 239.93 -
System Red Green Blue C M Y K H S L
Decimal 249 24 31 0 0.90 0.88 0.02 358.13 0.95 0.54
Hex F9 18 1F 0 5A 58 2 166 5F 36
Octal 371 30 37 0 132 130 2 546 137 66
Binary 11111001 11000 11111 0 1011010 1011000 10 101100110 1011111 110110

Color Harmonies of #F9181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9181F

Black with #F9181F

Text Example


Text Example

White with #F9181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9181F; }

 p { color: rgb(249,24,31); }

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

background-color css

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

 a { background-color: rgb(249,24,31); }

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

border-color css

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

 span { border-color: rgb(249,24,31); }

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