Html Css Color HEX #F90110 Torch Red

📋 copy color: '#F90110'

red 249 ◦ green 1 ◦ blue 16

#F90110
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #F90110

Tints of Torch Red #F90110

RGB

 RED value IS 249 (97.66% from 255) = 93.61%

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 16 (6.64% from 255) = 6.02%

R = 93.61%
G = 0.38%
B = 6.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F90110 (or 0xF90110) is known color: Torch Red. HEX triplet: F9, 01 and 10. RGB value is (249,1,16). Sum of RGB (Red+Green+Blue) = 249+1+16=266 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.61% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 249 - color contains mainly: red. Hex color #F90110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90110 is #06FEEF. Grayscale: #4D4D4D. Windows color (decimal): -458480 or 1049081. OLE color: 1049081.

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

Color convert

RGB 249 1 16 -
CMYK 0 1.00 0.94 0.02
HSL 356.37º 0.99% 0.49% -
HSV(B) 356.37º 1% 0.98% -
XYZ 39.17 20.2 2.32 -
YUV 76.86 93.66 250.78 -
System Red Green Blue C M Y K H S L
Decimal 249 1 16 0 1.00 0.94 0.02 356.37 0.99 0.49
Hex F9 1 10 0 64 5E 2 164 63 31
Octal 371 1 20 0 144 136 2 544 143 61
Binary 11111001 1 10000 0 1100100 1011110 10 101100100 1100011 110001

Color Harmonies of #F90110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90110

Black with #F90110

Text Example


Text Example

White with #F90110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90110; }

 p { color: rgb(249,1,16); }

 H1.HeaderClassName
 {
   color: #F90110;
 }
 .AnyTagClassName
 {
   color: #F90110;
 }
</style>

background-color css

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

 a { background-color: rgb(249,1,16); }

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

border-color css

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

 span { border-color: rgb(249,1,16); }

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