Html Css Color HEX #F81013 Torch Red

📋 copy color: '#F81013'

red 248 ◦ green 16 ◦ blue 19

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

Shades of Torch Red #F81013

Tints of Torch Red #F81013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.65%

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 87.63%
G = 5.65%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F81013 (or 0xF81013) is known color: Torch Red. HEX triplet: F8, 10 and 13. RGB value is (248,16,19). Sum of RGB (Red+Green+Blue) = 248+16+19=283 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.63% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 248 - color contains mainly: red. Hex color #F81013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81013 is #07EFEC. Grayscale: #555555. Windows color (decimal): -520173 or 1249528. OLE color: 1249528.

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

Color convert

RGB 248 16 19 -
CMYK 0 0.94 0.92 0.03
HSL 359.22º 0.94% 0.52% -
HSV(B) 359.22º 0.94% 0.97% -
XYZ 39.01 20.37 2.49 -
YUV 85.71 90.36 243.76 -
System Red Green Blue C M Y K H S L
Decimal 248 16 19 0 0.94 0.92 0.03 359.22 0.94 0.52
Hex F8 10 13 0 5E 5C 3 167 5E 34
Octal 370 20 23 0 136 134 3 547 136 64
Binary 11111000 10000 10011 0 1011110 1011100 11 101100111 1011110 110100

Color Harmonies of #F81013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81013

Black with #F81013

Text Example


Text Example

White with #F81013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81013; }

 p { color: rgb(248,16,19); }

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

background-color css

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

 a { background-color: rgb(248,16,19); }

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

border-color css

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

 span { border-color: rgb(248,16,19); }

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