#F92128

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

Shades of Torch Red #F92128

Tints of Torch Red #F92128

Color information

#F92128 (or 0xF92128) is unknown color: approx Torch Red. HEX triplet: F9, 21 and 28. RGB value is (249,33,40). Sum of RGB (Red+Green+Blue) = 249+33+40=322 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.33% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 249 - color contains mainly: red. Hex color #F92128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92128 is #06DED7. Grayscale: #626262. Windows color (decimal): -450264 or 2630137. OLE color: 2630137.

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

Color convert

RGB2493340-
CMYK00.870.840.02
HSL358.06º94.74%55.29%-
HSV(B)358.06º86.75%97.65%-
XYZ39.9921.384.03-
YUV98.3895.06235.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 77.33%
GREEN value IS 33 (13.28% from 255) = 10.25%
BLUE value IS 40 (16.02% from 255) = 12.42%
R=77.33%
G=10.25%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249334000.870.840.02358.0694.7455.29
HexF921280575421665f37
Octal37141500127124254613767
Binary11111001100001101000010101111010100101011001101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92128; }

 p { color: rgb(249,33,40); }

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

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

 a { background-color: rgb(249,33,40); }

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

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

 span { border-color: rgb(249,33,40); }

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