Html Css Color HEX #F81517 Torch Red

📋 copy color: '#F81517'

red 248 ◦ green 21 ◦ blue 23

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

Shades of Torch Red #F81517

Tints of Torch Red #F81517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.19%

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

R = 84.93%
G = 7.19%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F81517 (or 0xF81517) is known color: Torch Red. HEX triplet: F8, 15 and 17. RGB value is (248,21,23). Sum of RGB (Red+Green+Blue) = 248+21+23=292 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.93% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 248 - color contains mainly: red. Hex color #F81517 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81517 is #07EAE8. Grayscale: #595959. Windows color (decimal): -518889 or 1512952. OLE color: 1512952.

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

Color convert

RGB 248 21 23 -
CMYK 0 0.92 0.91 0.03
HSL 359.47º 0.94% 0.53% -
HSV(B) 359.47º 0.92% 0.97% -
XYZ 39.13 20.55 2.72 -
YUV 89.1 90.71 241.34 -
System Red Green Blue C M Y K H S L
Decimal 248 21 23 0 0.92 0.91 0.03 359.47 0.94 0.53
Hex F8 15 17 0 5C 5B 3 167 5E 35
Octal 370 25 27 0 134 133 3 547 136 65
Binary 11111000 10101 10111 0 1011100 1011011 11 101100111 1011110 110101

Color Harmonies of #F81517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81517

Black with #F81517

Text Example


Text Example

White with #F81517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81517; }

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

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

background-color css

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

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

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

border-color css

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

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

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