Html Css Color HEX #F91340 Torch Red

📋 copy color: '#F91340'

red 249 ◦ green 19 ◦ blue 64

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

Shades of Torch Red #F91340

Tints of Torch Red #F91340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.72%

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 75%
G = 5.72%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F91340 (or 0xF91340) is known color: Torch Red. HEX triplet: F9, 13 and 40. RGB value is (249,19,64). Sum of RGB (Red+Green+Blue) = 249+19+64=332 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 249 - color contains mainly: red. Hex color #F91340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91340 is #06ECBF. Grayscale: #5C5C5C. Windows color (decimal): -453824 or 4199417. OLE color: 4199417.

HSL color Cylindrical-coordinate representation of color #F91340: hue angle of 348.26º 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 #F91340 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 19 64 -
CMYK 0 0.92 0.74 0.02
HSL 348.26º 0.95% 0.53% -
HSV(B) 348.26º 0.92% 0.98% -
XYZ 40.23 20.98 6.78 -
YUV 92.9 111.7 239.34 -
System Red Green Blue C M Y K H S L
Decimal 249 19 64 0 0.92 0.74 0.02 348.26 0.95 0.53
Hex F9 13 40 0 5C 4A 2 15C 5F 35
Octal 371 23 100 0 134 112 2 534 137 65
Binary 11111001 10011 1000000 0 1011100 1001010 10 101011100 1011111 110101

Color Harmonies of #F91340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91340

Black with #F91340

Text Example


Text Example

White with #F91340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91340; }

 p { color: rgb(249,19,64); }

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

background-color css

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

 a { background-color: rgb(249,19,64); }

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

border-color css

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

 span { border-color: rgb(249,19,64); }

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