Html Css Color HEX #F81F28 Torch Red

📋 copy color: '#F81F28'

red 248 ◦ green 31 ◦ blue 40

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

Shades of Torch Red #F81F28

Tints of Torch Red #F81F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.72%

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 77.74%
G = 9.72%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F81F28 (or 0xF81F28) is known color: Torch Red. HEX triplet: F8, 1F and 28. RGB value is (248,31,40). Sum of RGB (Red+Green+Blue) = 248+31+40=319 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.74% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81F28 is #07E0D7. Grayscale: #616161. Windows color (decimal): -516312 or 2629624. OLE color: 2629624.

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

Color convert

RGB 248 31 40 -
CMYK 0 0.88 0.84 0.03
HSL 357.51º 0.94% 0.55% -
HSV(B) 357.51º 0.88% 0.97% -
XYZ 39.58 21.09 3.99 -
YUV 96.91 95.89 235.77 -
System Red Green Blue C M Y K H S L
Decimal 248 31 40 0 0.88 0.84 0.03 357.51 0.94 0.55
Hex F8 1F 28 0 58 54 3 166 5E 37
Octal 370 37 50 0 130 124 3 546 136 67
Binary 11111000 11111 101000 0 1011000 1010100 11 101100110 1011110 110111

Color Harmonies of #F81F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81F28

Black with #F81F28

Text Example


Text Example

White with #F81F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81F28; }

 p { color: rgb(248,31,40); }

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

background-color css

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

 a { background-color: rgb(248,31,40); }

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

border-color css

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

 span { border-color: rgb(248,31,40); }

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