Html Css Color HEX #F91544 Torch Red

📋 copy color: '#F91544'

red 249 ◦ green 21 ◦ blue 68

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

Shades of Torch Red #F91544

Tints of Torch Red #F91544

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.21%

 BLUE value IS 68 (26.95% from 255) = 20.12%

R = 73.67%
G = 6.21%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F91544 (or 0xF91544) is known color: Torch Red. HEX triplet: F9, 15 and 44. RGB value is (249,21,68). Sum of RGB (Red+Green+Blue) = 249+21+68=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F91544 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91544 is #06EABB. Grayscale: #5E5E5E. Windows color (decimal): -453308 or 4462073. OLE color: 4462073.

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

Color convert

RGB 249 21 68 -
CMYK 0 0.92 0.73 0.02
HSL 347.63º 0.95% 0.53% -
HSV(B) 347.63º 0.92% 0.98% -
XYZ 40.38 21.09 7.41 -
YUV 94.53 113.04 238.18 -
System Red Green Blue C M Y K H S L
Decimal 249 21 68 0 0.92 0.73 0.02 347.63 0.95 0.53
Hex F9 15 44 0 5C 49 2 15C 5F 35
Octal 371 25 104 0 134 111 2 534 137 65
Binary 11111001 10101 1000100 0 1011100 1001001 10 101011100 1011111 110101

Color Harmonies of #F91544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91544

Black with #F91544

Text Example


Text Example

White with #F91544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91544; }

 p { color: rgb(249,21,68); }

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

background-color css

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

 a { background-color: rgb(249,21,68); }

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

border-color css

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

 span { border-color: rgb(249,21,68); }

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