Html Css Color HEX #F81925 Torch Red

📋 copy color: '#F81925'

red 248 ◦ green 25 ◦ blue 37

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

Shades of Torch Red #F81925

Tints of Torch Red #F81925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.94%

R = 80%
G = 8.06%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F81925 (or 0xF81925) is known color: Torch Red. HEX triplet: F8, 19 and 25. RGB value is (248,25,37). Sum of RGB (Red+Green+Blue) = 248+25+37=310 (41% of max value = 765). Red value is 248 (97.27% from 255 or 80% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 248 - color contains mainly: red. Hex color #F81925 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81925 is #07E6DA. Grayscale: #5D5D5D. Windows color (decimal): -517851 or 2431480. OLE color: 2431480.

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

Color convert

RGB 248 25 37 -
CMYK 0 0.90 0.85 0.03
HSL 356.77º 0.94% 0.54% -
HSV(B) 356.77º 0.9% 0.97% -
XYZ 39.39 20.79 3.69 -
YUV 93.05 96.38 238.52 -
System Red Green Blue C M Y K H S L
Decimal 248 25 37 0 0.90 0.85 0.03 356.77 0.94 0.54
Hex F8 19 25 0 5A 55 3 165 5E 36
Octal 370 31 45 0 132 125 3 545 136 66
Binary 11111000 11001 100101 0 1011010 1010101 11 101100101 1011110 110110

Color Harmonies of #F81925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81925

Black with #F81925

Text Example


Text Example

White with #F81925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81925; }

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

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

background-color css

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

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

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

border-color css

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

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

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