Html Css Color HEX #F91B30 Torch Red

📋 copy color: '#F91B30'

red 249 ◦ green 27 ◦ blue 48

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

Shades of Torch Red #F91B30

Tints of Torch Red #F91B30

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.33%

 BLUE value IS 48 (19.14% from 255) = 14.81%

R = 76.85%
G = 8.33%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F91B30 (or 0xF91B30) is known color: Torch Red. HEX triplet: F9, 1B and 30. RGB value is (249,27,48). Sum of RGB (Red+Green+Blue) = 249+27+48=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91B30 is #06E4CF. Grayscale: #5F5F5F. Windows color (decimal): -451792 or 3152889. OLE color: 3152889.

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

Color convert

RGB 249 27 48 -
CMYK 0 0.89 0.81 0.02
HSL 354.32º 0.95% 0.54% -
HSV(B) 354.32º 0.89% 0.98% -
XYZ 39.99 21.14 4.77 -
YUV 95.77 101.05 237.29 -
System Red Green Blue C M Y K H S L
Decimal 249 27 48 0 0.89 0.81 0.02 354.32 0.95 0.54
Hex F9 1B 30 0 59 51 2 162 5F 36
Octal 371 33 60 0 131 121 2 542 137 66
Binary 11111001 11011 110000 0 1011001 1010001 10 101100010 1011111 110110

Color Harmonies of #F91B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91B30

Black with #F91B30

Text Example


Text Example

White with #F91B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91B30; }

 p { color: rgb(249,27,48); }

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

background-color css

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

 a { background-color: rgb(249,27,48); }

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

border-color css

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

 span { border-color: rgb(249,27,48); }

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