Html Css Color HEX #F91C27 Torch Red

📋 copy color: '#F91C27'

red 249 ◦ green 28 ◦ blue 39

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

Shades of Torch Red #F91C27

Tints of Torch Red #F91C27

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.86%

 BLUE value IS 39 (15.63% from 255) = 12.34%

R = 78.8%
G = 8.86%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F91C27 (or 0xF91C27) is known color: Torch Red. HEX triplet: F9, 1C and 27. RGB value is (249,28,39). Sum of RGB (Red+Green+Blue) = 249+28+39=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91C27 is #06E3D8. Grayscale: #5F5F5F. Windows color (decimal): -451545 or 2563321. OLE color: 2563321.

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

Color convert

RGB 249 28 39 -
CMYK 0 0.89 0.84 0.02
HSL 357.01º 0.95% 0.54% -
HSV(B) 357.01º 0.89% 0.98% -
XYZ 39.85 21.12 3.9 -
YUV 95.33 96.22 237.61 -
System Red Green Blue C M Y K H S L
Decimal 249 28 39 0 0.89 0.84 0.02 357.01 0.95 0.54
Hex F9 1C 27 0 59 54 2 165 5F 36
Octal 371 34 47 0 131 124 2 545 137 66
Binary 11111001 11100 100111 0 1011001 1010100 10 101100101 1011111 110110

Color Harmonies of #F91C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91C27

Black with #F91C27

Text Example


Text Example

White with #F91C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91C27; }

 p { color: rgb(249,28,39); }

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

background-color css

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

 a { background-color: rgb(249,28,39); }

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

border-color css

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

 span { border-color: rgb(249,28,39); }

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