Html Css Color HEX #F81015 Torch Red

📋 copy color: '#F81015'

red 248 ◦ green 16 ◦ blue 21

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

Shades of Torch Red #F81015

Tints of Torch Red #F81015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.37%

R = 87.02%
G = 5.61%
B = 7.37%

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

#F81015 (or 0xF81015) is known color: Torch Red. HEX triplet: F8, 10 and 15. RGB value is (248,16,21). Sum of RGB (Red+Green+Blue) = 248+16+21=285 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.02% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 248 - color contains mainly: red. Hex color #F81015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81015 is #07EFEA. Grayscale: #565656. Windows color (decimal): -520171 or 1380600. OLE color: 1380600.

HSL color Cylindrical-coordinate representation of color #F81015: hue angle of 358.71º 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 #F81015 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 16 21 -
CMYK 0 0.94 0.92 0.03
HSL 358.71º 0.94% 0.52% -
HSV(B) 358.71º 0.94% 0.97% -
XYZ 39.03 20.38 2.59 -
YUV 85.94 91.36 243.59 -
System Red Green Blue C M Y K H S L
Decimal 248 16 21 0 0.94 0.92 0.03 358.71 0.94 0.52
Hex F8 10 15 0 5E 5C 3 167 5E 34
Octal 370 20 25 0 136 134 3 547 136 64
Binary 11111000 10000 10101 0 1011110 1011100 11 101100111 1011110 110100

Color Harmonies of #F81015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81015

Black with #F81015

Text Example


Text Example

White with #F81015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81015; }

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

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

background-color css

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

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

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

border-color css

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

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

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