Html Css Color HEX #F91317 Torch Red

📋 copy color: '#F91317'

red 249 ◦ green 19 ◦ blue 23

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

Shades of Torch Red #F91317

Tints of Torch Red #F91317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.53%

 BLUE value IS 23 (9.38% from 255) = 7.9%

R = 85.57%
G = 6.53%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F91317 (or 0xF91317) is known color: Torch Red. HEX triplet: F9, 13 and 17. RGB value is (249,19,23). Sum of RGB (Red+Green+Blue) = 249+19+23=291 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.57% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 249 - color contains mainly: red. Hex color #F91317 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91317 is #06ECE8. Grayscale: #585858. Windows color (decimal): -453865 or 1512441. OLE color: 1512441.

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

Color convert

RGB 249 19 23 -
CMYK 0 0.92 0.91 0.02
HSL 358.96º 0.95% 0.53% -
HSV(B) 358.96º 0.92% 0.98% -
XYZ 39.45 20.67 2.72 -
YUV 88.23 91.2 242.67 -
System Red Green Blue C M Y K H S L
Decimal 249 19 23 0 0.92 0.91 0.02 358.96 0.95 0.53
Hex F9 13 17 0 5C 5B 2 167 5F 35
Octal 371 23 27 0 134 133 2 547 137 65
Binary 11111001 10011 10111 0 1011100 1011011 10 101100111 1011111 110101

Color Harmonies of #F91317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91317

Black with #F91317

Text Example


Text Example

White with #F91317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91317; }

 p { color: rgb(249,19,23); }

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

background-color css

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

 a { background-color: rgb(249,19,23); }

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

border-color css

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

 span { border-color: rgb(249,19,23); }

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