Html Css Color HEX #F81F2D Torch Red

📋 copy color: '#F81F2D'

red 248 ◦ green 31 ◦ blue 45

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

Shades of Torch Red #F81F2D

Tints of Torch Red #F81F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.89%

R = 76.54%
G = 9.57%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F81F2D (or 0xF81F2D) is known color: Torch Red. HEX triplet: F8, 1F and 2D. RGB value is (248,31,45). Sum of RGB (Red+Green+Blue) = 248+31+45=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81F2D is #07E0D2. Grayscale: #616161. Windows color (decimal): -516307 or 2957304. OLE color: 2957304.

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

Color convert

RGB 248 31 45 -
CMYK 0 0.88 0.82 0.03
HSL 356.13º 0.94% 0.55% -
HSV(B) 356.13º 0.88% 0.97% -
XYZ 39.68 21.13 4.47 -
YUV 97.48 98.39 235.36 -
System Red Green Blue C M Y K H S L
Decimal 248 31 45 0 0.88 0.82 0.03 356.13 0.94 0.55
Hex F8 1F 2D 0 58 52 3 164 5E 37
Octal 370 37 55 0 130 122 3 544 136 67
Binary 11111000 11111 101101 0 1011000 1010010 11 101100100 1011110 110111

Color Harmonies of #F81F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81F2D

Black with #F81F2D

Text Example


Text Example

White with #F81F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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