Html Css Color HEX #F9113F Torch Red

📋 copy color: '#F9113F'

red 249 ◦ green 17 ◦ blue 63

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

Shades of Torch Red #F9113F

Tints of Torch Red #F9113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.15%

R = 75.68%
G = 5.17%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F9113F (or 0xF9113F) is known color: Torch Red. HEX triplet: F9, 11 and 3F. RGB value is (249,17,63). Sum of RGB (Red+Green+Blue) = 249+17+63=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F9113F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9113F is #06EEC0. Grayscale: #5B5B5B. Windows color (decimal): -454337 or 4133369. OLE color: 4133369.

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

Color convert

RGB 249 17 63 -
CMYK 0 0.93 0.75 0.02
HSL 348.1º 0.95% 0.52% -
HSV(B) 348.1º 0.93% 0.98% -
XYZ 40.16 20.9 6.62 -
YUV 91.61 111.86 240.26 -
System Red Green Blue C M Y K H S L
Decimal 249 17 63 0 0.93 0.75 0.02 348.1 0.95 0.52
Hex F9 11 3F 0 5D 4B 2 15C 5F 34
Octal 371 21 77 0 135 113 2 534 137 64
Binary 11111001 10001 111111 0 1011101 1001011 10 101011100 1011111 110100

Color Harmonies of #F9113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9113F

Black with #F9113F

Text Example


Text Example

White with #F9113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9113F; }

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

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

background-color css

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

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

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

border-color css

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

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

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