Html Css Color HEX #F91729 Torch Red

📋 copy color: '#F91729'

red 249 ◦ green 23 ◦ blue 41

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

Shades of Torch Red #F91729

Tints of Torch Red #F91729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.35%

 BLUE value IS 41 (16.41% from 255) = 13.1%

R = 79.55%
G = 7.35%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F91729 (or 0xF91729) is known color: Torch Red. HEX triplet: F9, 17 and 29. RGB value is (249,23,41). Sum of RGB (Red+Green+Blue) = 249+23+41=313 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.55% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 249 - color contains mainly: red. Hex color #F91729 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91729 is #06E8D6. Grayscale: #5C5C5C. Windows color (decimal): -452823 or 2693113. OLE color: 2693113.

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

Color convert

RGB 249 23 41 -
CMYK 0 0.91 0.84 0.02
HSL 355.22º 0.95% 0.53% -
HSV(B) 355.22º 0.91% 0.98% -
XYZ 39.77 20.91 4.04 -
YUV 92.63 98.87 239.54 -
System Red Green Blue C M Y K H S L
Decimal 249 23 41 0 0.91 0.84 0.02 355.22 0.95 0.53
Hex F9 17 29 0 5B 54 2 163 5F 35
Octal 371 27 51 0 133 124 2 543 137 65
Binary 11111001 10111 101001 0 1011011 1010100 10 101100011 1011111 110101

Color Harmonies of #F91729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91729

Black with #F91729

Text Example


Text Example

White with #F91729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91729; }

 p { color: rgb(249,23,41); }

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

background-color css

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

 a { background-color: rgb(249,23,41); }

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

border-color css

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

 span { border-color: rgb(249,23,41); }

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