Html Css Color HEX #F81F2F Torch Red

📋 copy color: '#F81F2F'

red 248 ◦ green 31 ◦ blue 47

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

Shades of Torch Red #F81F2F

Tints of Torch Red #F81F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.42%

R = 76.07%
G = 9.51%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F81F2F (or 0xF81F2F) is known color: Torch Red. HEX triplet: F8, 1F and 2F. RGB value is (248,31,47). Sum of RGB (Red+Green+Blue) = 248+31+47=326 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.07% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81F2F is #07E0D0. Grayscale: #616161. Windows color (decimal): -516305 or 3088376. OLE color: 3088376.

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

Color convert

RGB 248 31 47 -
CMYK 0 0.88 0.81 0.03
HSL 355.58º 0.94% 0.55% -
HSV(B) 355.58º 0.88% 0.97% -
XYZ 39.71 21.14 4.68 -
YUV 97.71 99.39 235.2 -
System Red Green Blue C M Y K H S L
Decimal 248 31 47 0 0.88 0.81 0.03 355.58 0.94 0.55
Hex F8 1F 2F 0 58 51 3 164 5E 37
Octal 370 37 57 0 130 121 3 544 136 67
Binary 11111000 11111 101111 0 1011000 1010001 11 101100100 1011110 110111

Color Harmonies of #F81F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81F2F

Black with #F81F2F

Text Example


Text Example

White with #F81F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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