#F91838

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

Shades of Torch Red #F91838

Tints of Torch Red #F91838

Color information

#F91838 (or 0xF91838) is unknown color: approx Torch Red. HEX triplet: F9, 18 and 38. RGB value is (249,24,56). Sum of RGB (Red+Green+Blue) = 249+24+56=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F91838 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91838 is #06E7C7. Grayscale: #5F5F5F. Windows color (decimal): -452552 or 3676409. OLE color: 3676409.

HSL color Cylindrical-coordinate representation of color #F91838: hue angle of 351.47º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91838 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB2492456-
CMYK00.900.780.02
HSL351.47º94.94%53.53%-
HSV(B)351.47º90.36%97.65%-
XYZ40.1121.085.7-
YUV94.92106.04237.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 75.68%
GREEN value IS 24 (9.77% from 255) = 7.29%
BLUE value IS 56 (22.27% from 255) = 17.02%
R=75.68%
G=7.29%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249245600.900.780.02351.4794.9453.53
HexF9183805A4E215f5f36
Octal37130700132116253713766
Binary1111100111000111000010110101001110101010111111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91838; }

 p { color: rgb(249,24,56); }

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

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

 a { background-color: rgb(249,24,56); }

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

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

 span { border-color: rgb(249,24,56); }

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