Html Css Color HEX #F9181D Torch Red

📋 copy color: '#F9181D'

red 249 ◦ green 24 ◦ blue 29

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

Shades of Torch Red #F9181D

Tints of Torch Red #F9181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.6%

R = 82.45%
G = 7.95%
B = 9.6%

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

#F9181D (or 0xF9181D) is known color: Torch Red. HEX triplet: F9, 18 and 1D. RGB value is (249,24,29). Sum of RGB (Red+Green+Blue) = 249+24+29=302 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.45% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 249 - color contains mainly: red. Hex color #F9181D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9181D is #06E7E2. Grayscale: #5C5C5C. Windows color (decimal): -452579 or 1906937. OLE color: 1906937.

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

Color convert

RGB 249 24 29 -
CMYK 0 0.90 0.88 0.02
HSL 358.67º 0.95% 0.54% -
HSV(B) 358.67º 0.9% 0.98% -
XYZ 39.62 20.88 3.11 -
YUV 91.85 92.54 240.09 -
System Red Green Blue C M Y K H S L
Decimal 249 24 29 0 0.90 0.88 0.02 358.67 0.95 0.54
Hex F9 18 1D 0 5A 58 2 167 5F 36
Octal 371 30 35 0 132 130 2 547 137 66
Binary 11111001 11000 11101 0 1011010 1011000 10 101100111 1011111 110110

Color Harmonies of #F9181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9181D

Black with #F9181D

Text Example


Text Example

White with #F9181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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