Html Css Color HEX #F81920 Torch Red

📋 copy color: '#F81920'

red 248 ◦ green 25 ◦ blue 32

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

Shades of Torch Red #F81920

Tints of Torch Red #F81920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.2%

 BLUE value IS 32 (12.89% from 255) = 10.49%

R = 81.31%
G = 8.2%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F81920 (or 0xF81920) is known color: Torch Red. HEX triplet: F8, 19 and 20. RGB value is (248,25,32). Sum of RGB (Red+Green+Blue) = 248+25+32=305 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.31% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 248 - color contains mainly: red. Hex color #F81920 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81920 is #07E6DF. Grayscale: #5C5C5C. Windows color (decimal): -517856 or 2103800. OLE color: 2103800.

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

Color convert

RGB 248 25 32 -
CMYK 0 0.90 0.87 0.03
HSL 358.12º 0.94% 0.54% -
HSV(B) 358.12º 0.9% 0.97% -
XYZ 39.32 20.76 3.3 -
YUV 92.48 93.88 238.93 -
System Red Green Blue C M Y K H S L
Decimal 248 25 32 0 0.90 0.87 0.03 358.12 0.94 0.54
Hex F8 19 20 0 5A 57 3 166 5E 36
Octal 370 31 40 0 132 127 3 546 136 66
Binary 11111000 11001 100000 0 1011010 1010111 11 101100110 1011110 110110

Color Harmonies of #F81920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81920

Black with #F81920

Text Example


Text Example

White with #F81920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81920; }

 p { color: rgb(248,25,32); }

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

background-color css

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

 a { background-color: rgb(248,25,32); }

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

border-color css

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

 span { border-color: rgb(248,25,32); }

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