Html Css Color HEX #F80317 Torch Red

📋 copy color: '#F80317'

red 248 ◦ green 3 ◦ blue 23

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

Shades of Torch Red #F80317

Tints of Torch Red #F80317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 90.51%
G = 1.09%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F80317 (or 0xF80317) is known color: Torch Red. HEX triplet: F8, 03 and 17. RGB value is (248,3,23). Sum of RGB (Red+Green+Blue) = 248+3+23=274 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.51% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 248 - color contains mainly: red. Hex color #F80317 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80317 is #07FCE8. Grayscale: #4E4E4E. Windows color (decimal): -523497 or 1508344. OLE color: 1508344.

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

Color convert

RGB 248 3 23 -
CMYK 0 0.99 0.91 0.03
HSL 355.1º 0.98% 0.49% -
HSV(B) 355.1º 0.99% 0.97% -
XYZ 38.9 20.08 2.64 -
YUV 78.54 96.67 248.87 -
System Red Green Blue C M Y K H S L
Decimal 248 3 23 0 0.99 0.91 0.03 355.1 0.98 0.49
Hex F8 3 17 0 63 5B 3 163 62 31
Octal 370 3 27 0 143 133 3 543 142 61
Binary 11111000 11 10111 0 1100011 1011011 11 101100011 1100010 110001

Color Harmonies of #F80317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80317

Black with #F80317

Text Example


Text Example

White with #F80317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80317; }

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

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

background-color css

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

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

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

border-color css

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

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

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