Html Css Color HEX #F91526 Torch Red

📋 copy color: '#F91526'

red 249 ◦ green 21 ◦ blue 38

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

Shades of Torch Red #F91526

Tints of Torch Red #F91526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.34%

R = 80.84%
G = 6.82%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#F91526 (or 0xF91526) is known color: Torch Red. HEX triplet: F9, 15 and 26. RGB value is (249,21,38). Sum of RGB (Red+Green+Blue) = 249+21+38=308 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.84% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 249 - color contains mainly: red. Hex color #F91526 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91526 is #06EAD9. Grayscale: #5B5B5B. Windows color (decimal): -453338 or 2495993. OLE color: 2495993.

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

Color convert

RGB 249 21 38 -
CMYK 0 0.92 0.85 0.02
HSL 355.53º 0.95% 0.53% -
HSV(B) 355.53º 0.92% 0.98% -
XYZ 39.68 20.82 3.76 -
YUV 91.11 98.04 240.62 -
System Red Green Blue C M Y K H S L
Decimal 249 21 38 0 0.92 0.85 0.02 355.53 0.95 0.53
Hex F9 15 26 0 5C 55 2 164 5F 35
Octal 371 25 46 0 134 125 2 544 137 65
Binary 11111001 10101 100110 0 1011100 1010101 10 101100100 1011111 110101

Color Harmonies of #F91526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91526

Black with #F91526

Text Example


Text Example

White with #F91526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91526; }

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

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

background-color css

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

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

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

border-color css

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

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

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