#F9183A

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

Shades of Torch Red #F9183A

Tints of Torch Red #F9183A

Color information

#F9183A (or 0xF9183A) is unknown color: approx Torch Red. HEX triplet: F9, 18 and 3A. RGB value is (249,24,58). Sum of RGB (Red+Green+Blue) = 249+24+58=331 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.23% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 249 - color contains mainly: red. Hex color #F9183A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9183A is #06E7C5. Grayscale: #5F5F5F. Windows color (decimal): -452550 or 3807481. OLE color: 3807481.

HSL color Cylindrical-coordinate representation of color #F9183A: hue angle of 350.93º 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 #F9183A is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB2492458-
CMYK00.900.770.02
HSL350.93º94.94%53.53%-
HSV(B)350.93º90.36%97.65%-
XYZ40.1621.15.96-
YUV95.15107.04237.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 75.23%
GREEN value IS 24 (9.77% from 255) = 7.25%
BLUE value IS 58 (23.05% from 255) = 17.52%
R=75.23%
G=7.25%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249245800.900.770.02350.9394.9453.53
HexF9183A05A4D215f5f36
Octal37130720132115253713766
Binary1111100111000111010010110101001101101010111111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9183A; }

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

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

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

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

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

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

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

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