Html Css Color HEX #F81117 Torch Red

📋 copy color: '#F81117'

red 248 ◦ green 17 ◦ blue 23

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

Shades of Torch Red #F81117

Tints of Torch Red #F81117

RGB

 RED value IS 248 (97.27% from 255) = 86.11%

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

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

R = 86.11%
G = 5.9%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F81117 (or 0xF81117) is known color: Torch Red. HEX triplet: F8, 11 and 17. RGB value is (248,17,23). Sum of RGB (Red+Green+Blue) = 248+17+23=288 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.11% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 248 - color contains mainly: red. Hex color #F81117 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81117 is #07EEE8. Grayscale: #565656. Windows color (decimal): -519913 or 1511928. OLE color: 1511928.

HSL color Cylindrical-coordinate representation of color #F81117: hue angle of 358.44º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F81117 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 17 23 -
CMYK 0 0.93 0.91 0.03
HSL 358.44º 0.94% 0.52% -
HSV(B) 358.44º 0.93% 0.97% -
XYZ 39.07 20.42 2.69 -
YUV 86.75 92.03 243.01 -
System Red Green Blue C M Y K H S L
Decimal 248 17 23 0 0.93 0.91 0.03 358.44 0.94 0.52
Hex F8 11 17 0 5D 5B 3 166 5E 34
Octal 370 21 27 0 135 133 3 546 136 64
Binary 11111000 10001 10111 0 1011101 1011011 11 101100110 1011110 110100

Color Harmonies of #F81117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81117

Black with #F81117

Text Example


Text Example

White with #F81117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81117; }

 p { color: rgb(248,17,23); }

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

background-color css

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

 a { background-color: rgb(248,17,23); }

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

border-color css

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

 span { border-color: rgb(248,17,23); }

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