#F91430

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

Shades of Torch Red #F91430

Tints of Torch Red #F91430

Color information

#F91430 (or 0xF91430) is unknown color: approx Torch Red. HEX triplet: F9, 14 and 30. RGB value is (249,20,48). Sum of RGB (Red+Green+Blue) = 249+20+48=317 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.55% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 249 - color contains mainly: red. Hex color #F91430 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91430 is #06EBCF. Grayscale: #5B5B5B. Windows color (decimal): -453584 or 3151097. OLE color: 3151097.

HSL color Cylindrical-coordinate representation of color #F91430: hue angle of 352.66º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91430 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB2492048-
CMYK00.920.810.02
HSL352.66º95.02%52.75%-
HSV(B)352.66º91.97%97.65%-
XYZ39.8520.854.72-
YUV91.66103.37240.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 78.55%
GREEN value IS 20 (8.20% from 255) = 6.31%
BLUE value IS 48 (19.14% from 255) = 15.14%
R=78.55%
G=6.31%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249204800.920.810.02352.6695.0252.75
HexF9143005C5121615f35
Octal37124600134121254113765
Binary1111100110100110000010111001010001101011000011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91430; }

 p { color: rgb(249,20,48); }

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

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

 a { background-color: rgb(249,20,48); }

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

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

 span { border-color: rgb(249,20,48); }

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