Html Css Color HEX #F80415 Torch Red

📋 copy color: '#F80415'

red 248 ◦ green 4 ◦ blue 21

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

Shades of Torch Red #F80415

Tints of Torch Red #F80415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

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

R = 90.84%
G = 1.47%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F80415 (or 0xF80415) is known color: Torch Red. HEX triplet: F8, 04 and 15. RGB value is (248,4,21). Sum of RGB (Red+Green+Blue) = 248+4+21=273 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.84% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 248 - color contains mainly: red. Hex color #F80415 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80415 is #07FBEA. Grayscale: #4F4F4F. Windows color (decimal): -523243 or 1377528. OLE color: 1377528.

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

Color convert

RGB 248 4 21 -
CMYK 0 0.98 0.92 0.03
HSL 355.82º 0.97% 0.49% -
HSV(B) 355.82º 0.98% 0.97% -
XYZ 38.89 20.1 2.54 -
YUV 78.89 95.34 248.62 -
System Red Green Blue C M Y K H S L
Decimal 248 4 21 0 0.98 0.92 0.03 355.82 0.97 0.49
Hex F8 4 15 0 62 5C 3 164 61 31
Octal 370 4 25 0 142 134 3 544 141 61
Binary 11111000 100 10101 0 1100010 1011100 11 101100100 1100001 110001

Color Harmonies of #F80415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80415

Black with #F80415

Text Example


Text Example

White with #F80415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80415; }

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

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

background-color css

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

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

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

border-color css

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

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

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