Html Css Color HEX #F9181B Torch Red

📋 copy color: '#F9181B'

red 249 ◦ green 24 ◦ blue 27

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

Shades of Torch Red #F9181B

Tints of Torch Red #F9181B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9%

R = 83%
G = 8%
B = 9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9181B (or 0xF9181B) is known color: Torch Red. HEX triplet: F9, 18 and 1B. RGB value is (249,24,27). Sum of RGB (Red+Green+Blue) = 249+24+27=300 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 249 - color contains mainly: red. Hex color #F9181B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9181B is #06E7E4. Grayscale: #5B5B5B. Windows color (decimal): -452581 or 1775865. OLE color: 1775865.

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

Color convert

RGB 249 24 27 -
CMYK 0 0.90 0.89 0.02
HSL 359.2º 0.95% 0.54% -
HSV(B) 359.2º 0.9% 0.98% -
XYZ 39.59 20.87 2.98 -
YUV 91.62 91.54 240.26 -
System Red Green Blue C M Y K H S L
Decimal 249 24 27 0 0.90 0.89 0.02 359.2 0.95 0.54
Hex F9 18 1B 0 5A 59 2 167 5F 36
Octal 371 30 33 0 132 131 2 547 137 66
Binary 11111001 11000 11011 0 1011010 1011001 10 101100111 1011111 110110

Color Harmonies of #F9181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9181B

Black with #F9181B

Text Example


Text Example

White with #F9181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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