Html Css Color HEX #F91934 Torch Red

📋 copy color: '#F91934'

red 249 ◦ green 25 ◦ blue 52

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

Shades of Torch Red #F91934

Tints of Torch Red #F91934

RGB

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

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

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

R = 76.38%
G = 7.67%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F91934 (or 0xF91934) is known color: Torch Red. HEX triplet: F9, 19 and 34. RGB value is (249,25,52). Sum of RGB (Red+Green+Blue) = 249+25+52=326 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.38% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 249 - color contains mainly: red. Hex color #F91934 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91934 is #06E6CB. Grayscale: #5F5F5F. Windows color (decimal): -452300 or 3414521. OLE color: 3414521.

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

Color convert

RGB 249 25 52 -
CMYK 0 0.90 0.79 0.02
HSL 352.77º 0.95% 0.54% -
HSV(B) 352.77º 0.9% 0.98% -
XYZ 40.03 21.08 5.21 -
YUV 95.05 103.71 237.8 -
System Red Green Blue C M Y K H S L
Decimal 249 25 52 0 0.90 0.79 0.02 352.77 0.95 0.54
Hex F9 19 34 0 5A 4F 2 161 5F 36
Octal 371 31 64 0 132 117 2 541 137 66
Binary 11111001 11001 110100 0 1011010 1001111 10 101100001 1011111 110110

Color Harmonies of #F91934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91934

Black with #F91934

Text Example


Text Example

White with #F91934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91934; }

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

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

background-color css

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

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

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

border-color css

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

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

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