Html Css Color HEX #F91B33 Torch Red

📋 copy color: '#F91B33'

red 249 ◦ green 27 ◦ blue 51

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

Shades of Torch Red #F91B33

Tints of Torch Red #F91B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.6%

R = 76.15%
G = 8.26%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F91B33 (or 0xF91B33) is known color: Torch Red. HEX triplet: F9, 1B and 33. RGB value is (249,27,51). Sum of RGB (Red+Green+Blue) = 249+27+51=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91B33 is #06E4CC. Grayscale: #606060. Windows color (decimal): -451789 or 3349497. OLE color: 3349497.

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

Color convert

RGB 249 27 51 -
CMYK 0 0.89 0.80 0.02
HSL 353.51º 0.95% 0.54% -
HSV(B) 353.51º 0.89% 0.98% -
XYZ 40.06 21.16 5.11 -
YUV 96.11 102.55 237.05 -
System Red Green Blue C M Y K H S L
Decimal 249 27 51 0 0.89 0.80 0.02 353.51 0.95 0.54
Hex F9 1B 33 0 59 50 2 162 5F 36
Octal 371 33 63 0 131 120 2 542 137 66
Binary 11111001 11011 110011 0 1011001 1010000 10 101100010 1011111 110110

Color Harmonies of #F91B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91B33

Black with #F91B33

Text Example


Text Example

White with #F91B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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