Html Css Color HEX #F91942 Torch Red

📋 copy color: '#F91942'

red 249 ◦ green 25 ◦ blue 66

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

Shades of Torch Red #F91942

Tints of Torch Red #F91942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.35%

 BLUE value IS 66 (26.17% from 255) = 19.41%

R = 73.24%
G = 7.35%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F91942 (or 0xF91942) is known color: Torch Red. HEX triplet: F9, 19 and 42. RGB value is (249,25,66). Sum of RGB (Red+Green+Blue) = 249+25+66=340 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.24% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 249 - color contains mainly: red. Hex color #F91942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91942 is #06E6BD. Grayscale: #606060. Windows color (decimal): -452286 or 4332025. OLE color: 4332025.

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

Color convert

RGB 249 25 66 -
CMYK 0 0.90 0.73 0.02
HSL 349.02º 0.95% 0.54% -
HSV(B) 349.02º 0.9% 0.98% -
XYZ 40.4 21.23 7.12 -
YUV 96.65 110.71 236.67 -
System Red Green Blue C M Y K H S L
Decimal 249 25 66 0 0.90 0.73 0.02 349.02 0.95 0.54
Hex F9 19 42 0 5A 49 2 15D 5F 36
Octal 371 31 102 0 132 111 2 535 137 66
Binary 11111001 11001 1000010 0 1011010 1001001 10 101011101 1011111 110110

Color Harmonies of #F91942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91942

Black with #F91942

Text Example


Text Example

White with #F91942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91942; }

 p { color: rgb(249,25,66); }

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

background-color css

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

 a { background-color: rgb(249,25,66); }

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

border-color css

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

 span { border-color: rgb(249,25,66); }

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