Html Css Color HEX #F91734 Torch Red

📋 copy color: '#F91734'

red 249 ◦ green 23 ◦ blue 52

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

Shades of Torch Red #F91734

Tints of Torch Red #F91734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.05%

R = 76.85%
G = 7.1%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F91734 (or 0xF91734) is known color: Torch Red. HEX triplet: F9, 17 and 34. RGB value is (249,23,52). Sum of RGB (Red+Green+Blue) = 249+23+52=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F91734 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91734 is #06E8CB. Grayscale: #5D5D5D. Windows color (decimal): -452812 or 3414009. OLE color: 3414009.

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

Color convert

RGB 249 23 52 -
CMYK 0 0.91 0.79 0.02
HSL 352.3º 0.95% 0.53% -
HSV(B) 352.3º 0.91% 0.98% -
XYZ 39.99 21 5.19 -
YUV 93.88 104.37 238.64 -
System Red Green Blue C M Y K H S L
Decimal 249 23 52 0 0.91 0.79 0.02 352.3 0.95 0.53
Hex F9 17 34 0 5B 4F 2 160 5F 35
Octal 371 27 64 0 133 117 2 540 137 65
Binary 11111001 10111 110100 0 1011011 1001111 10 101100000 1011111 110101

Color Harmonies of #F91734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91734

Black with #F91734

Text Example


Text Example

White with #F91734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91734; }

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

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

background-color css

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

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

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

border-color css

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

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

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