Html Css Color HEX #F91B2B Torch Red

📋 copy color: '#F91B2B'

red 249 ◦ green 27 ◦ blue 43

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

Shades of Torch Red #F91B2B

Tints of Torch Red #F91B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 78.06%
G = 8.46%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F91B2B (or 0xF91B2B) is known color: Torch Red. HEX triplet: F9, 1B and 2B. RGB value is (249,27,43). Sum of RGB (Red+Green+Blue) = 249+27+43=319 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.06% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91B2B is #06E4D4. Grayscale: #5F5F5F. Windows color (decimal): -451797 or 2825209. OLE color: 2825209.

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

Color convert

RGB 249 27 43 -
CMYK 0 0.89 0.83 0.02
HSL 355.68º 0.95% 0.54% -
HSV(B) 355.68º 0.89% 0.98% -
XYZ 39.89 21.1 4.26 -
YUV 95.2 98.55 237.7 -
System Red Green Blue C M Y K H S L
Decimal 249 27 43 0 0.89 0.83 0.02 355.68 0.95 0.54
Hex F9 1B 2B 0 59 53 2 164 5F 36
Octal 371 33 53 0 131 123 2 544 137 66
Binary 11111001 11011 101011 0 1011001 1010011 10 101100100 1011111 110110

Color Harmonies of #F91B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91B2B

Black with #F91B2B

Text Example


Text Example

White with #F91B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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