Html Css Color HEX #F81425 Torch Red

📋 copy color: '#F81425'

red 248 ◦ green 20 ◦ blue 37

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

Shades of Torch Red #F81425

Tints of Torch Red #F81425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.56%

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

R = 81.31%
G = 6.56%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F81425 (or 0xF81425) is known color: Torch Red. HEX triplet: F8, 14 and 25. RGB value is (248,20,37). Sum of RGB (Red+Green+Blue) = 248+20+37=305 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.31% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 248 - color contains mainly: red. Hex color #F81425 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81425 is #07EBDA. Grayscale: #5A5A5A. Windows color (decimal): -519131 or 2430200. OLE color: 2430200.

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

Color convert

RGB 248 20 37 -
CMYK 0 0.92 0.85 0.03
HSL 355.53º 0.94% 0.53% -
HSV(B) 355.53º 0.92% 0.97% -
XYZ 39.3 20.59 3.65 -
YUV 90.11 98.04 240.62 -
System Red Green Blue C M Y K H S L
Decimal 248 20 37 0 0.92 0.85 0.03 355.53 0.94 0.53
Hex F8 14 25 0 5C 55 3 164 5E 35
Octal 370 24 45 0 134 125 3 544 136 65
Binary 11111000 10100 100101 0 1011100 1010101 11 101100100 1011110 110101

Color Harmonies of #F81425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81425

Black with #F81425

Text Example


Text Example

White with #F81425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81425; }

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

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

background-color css

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

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

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

border-color css

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

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

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