Html Css Color HEX #F91020 Torch Red

📋 copy color: '#F91020'

red 249 ◦ green 16 ◦ blue 32

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

Shades of Torch Red #F91020

Tints of Torch Red #F91020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.39%

 BLUE value IS 32 (12.89% from 255) = 10.77%

R = 83.84%
G = 5.39%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F91020 (or 0xF91020) is known color: Torch Red. HEX triplet: F9, 10 and 20. RGB value is (249,16,32). Sum of RGB (Red+Green+Blue) = 249+16+32=297 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.84% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 249 - color contains mainly: red. Hex color #F91020 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91020 is #06EFDF. Grayscale: #575757. Windows color (decimal): -454624 or 2101497. OLE color: 2101497.

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

Color convert

RGB 249 16 32 -
CMYK 0 0.94 0.87 0.02
HSL 355.88º 0.95% 0.52% -
HSV(B) 355.88º 0.94% 0.98% -
XYZ 39.51 20.61 3.26 -
YUV 87.49 96.69 243.2 -
System Red Green Blue C M Y K H S L
Decimal 249 16 32 0 0.94 0.87 0.02 355.88 0.95 0.52
Hex F9 10 20 0 5E 57 2 164 5F 34
Octal 371 20 40 0 136 127 2 544 137 64
Binary 11111001 10000 100000 0 1011110 1010111 10 101100100 1011111 110100

Color Harmonies of #F91020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91020

Black with #F91020

Text Example


Text Example

White with #F91020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91020; }

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

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

background-color css

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

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

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

border-color css

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

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

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