Html Css Color HEX #F90410 Torch Red

📋 copy color: '#F90410'

red 249 ◦ green 4 ◦ blue 16

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

Shades of Torch Red #F90410

Tints of Torch Red #F90410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 92.57%
G = 1.49%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F90410 (or 0xF90410) is known color: Torch Red. HEX triplet: F9, 04 and 10. RGB value is (249,4,16). Sum of RGB (Red+Green+Blue) = 249+4+16=269 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.57% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 249 - color contains mainly: red. Hex color #F90410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90410 is #06FBEF. Grayscale: #4E4E4E. Windows color (decimal): -457712 or 1049849. OLE color: 1049849.

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

Color convert

RGB 249 4 16 -
CMYK 0 0.98 0.94 0.02
HSL 357.06º 0.97% 0.5% -
HSV(B) 357.06º 0.98% 0.98% -
XYZ 39.2 20.26 2.34 -
YUV 78.62 92.67 249.52 -
System Red Green Blue C M Y K H S L
Decimal 249 4 16 0 0.98 0.94 0.02 357.06 0.97 0.5
Hex F9 4 10 0 62 5E 2 165 61 32
Octal 371 4 20 0 142 136 2 545 141 62
Binary 11111001 100 10000 0 1100010 1011110 10 101100101 1100001 110010

Color Harmonies of #F90410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90410

Black with #F90410

Text Example


Text Example

White with #F90410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90410; }

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

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

background-color css

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

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

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

border-color css

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

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

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