#F90019

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

Shades of Torch Red #F90019

Tints of Torch Red #F90019

Color information

#F90019 (or 0xF90019) is unknown color: approx Torch Red. HEX triplet: F9, 00 and 19. RGB value is (249,0,25). Sum of RGB (Red+Green+Blue) = 249+0+25=274 (36% of max value = 765). Red value is 249 (97.66% from 255 or 90.88% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 249 - color contains mainly: red. Hex color #F90019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90019 is #06FFE6. Grayscale: #4D4D4D. Windows color (decimal): -458727 or 1638649. OLE color: 1638649.

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

Color convert

RGB249025-
CMYK010.900.02
HSL353.98º100%48.82%-
HSV(B)353.98º100%97.65%-
XYZ39.2420.212.75-
YUV77.398.49250.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 90.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 9.12%
R=90.88%
G=0%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249025010.900.02353.9810048.82
HexF90190645A21626431
Octal3710310144132254214461
Binary11111001011001011001001011010101011000101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90019; }

 p { color: rgb(249,0,25); }

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

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

 a { background-color: rgb(249,0,25); }

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

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

 span { border-color: rgb(249,0,25); }

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