#F81D37

Color #F81D37 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #F81D37

Tints of Torch Red #F81D37

Color information

#F81D37 (or 0xF81D37) is unknown color: approx Torch Red. HEX triplet: F8, 1D and 37. RGB value is (248,29,55). Sum of RGB (Red+Green+Blue) = 248+29+55=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81D37 is #07E2C8. Grayscale: #616161. Windows color (decimal): -516809 or 3612152. OLE color: 3612152.

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

Color convert

RGB2482955-
CMYK00.880.780.03
HSL352.88º93.99%54.31%-
HSV(B)352.88º88.31%97.25%-
XYZ39.8421.115.59-
YUV97.44104.05235.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 74.70%
GREEN value IS 29 (11.72% from 255) = 8.73%
BLUE value IS 55 (21.88% from 255) = 16.57%
R=74.70%
G=8.73%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248295500.880.780.03352.8893.9954.31
HexF81D370584E31615e36
Octal37035670130116354113666
Binary1111100011101110111010110001001110111011000011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81D37; }

 p { color: rgb(248,29,55); }

 H1.HeaderClassName
 {
   color: #F81D37;
 }
 .AnyTagClassName
 {
   color: #F81D37;
 }
</style>
background-color css

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

 a { background-color: rgb(248,29,55); }

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

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

 span { border-color: rgb(248,29,55); }

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