Html Css Color HEX #F9111D Torch Red

📋 copy color: '#F9111D'

red 249 ◦ green 17 ◦ blue 29

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

Shades of Torch Red #F9111D

Tints of Torch Red #F9111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.76%

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

R = 84.41%
G = 5.76%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9111D (or 0xF9111D) is known color: Torch Red. HEX triplet: F9, 11 and 1D. RGB value is (249,17,29). Sum of RGB (Red+Green+Blue) = 249+17+29=295 (39% of max value = 765). Red value is 249 (97.66% from 255 or 84.41% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 249 - color contains mainly: red. Hex color #F9111D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9111D is #06EEE2. Grayscale: #575757. Windows color (decimal): -454371 or 1905145. OLE color: 1905145.

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

Color convert

RGB 249 17 29 -
CMYK 0 0.93 0.88 0.02
HSL 356.9º 0.95% 0.52% -
HSV(B) 356.9º 0.93% 0.98% -
XYZ 39.49 20.63 3.06 -
YUV 87.74 94.86 243.02 -
System Red Green Blue C M Y K H S L
Decimal 249 17 29 0 0.93 0.88 0.02 356.9 0.95 0.52
Hex F9 11 1D 0 5D 58 2 165 5F 34
Octal 371 21 35 0 135 130 2 545 137 64
Binary 11111001 10001 11101 0 1011101 1011000 10 101100101 1011111 110100

Color Harmonies of #F9111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9111D

Black with #F9111D

Text Example


Text Example

White with #F9111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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