Html Css Color HEX #F91B2E Torch Red

📋 copy color: '#F91B2E'

red 249 ◦ green 27 ◦ blue 46

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

Shades of Torch Red #F91B2E

Tints of Torch Red #F91B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.29%

R = 77.33%
G = 8.39%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F91B2E (or 0xF91B2E) is known color: Torch Red. HEX triplet: F9, 1B and 2E. RGB value is (249,27,46). Sum of RGB (Red+Green+Blue) = 249+27+46=322 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.33% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91B2E is #06E4D1. Grayscale: #5F5F5F. Windows color (decimal): -451794 or 3021817. OLE color: 3021817.

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

Color convert

RGB 249 27 46 -
CMYK 0 0.89 0.82 0.02
HSL 354.86º 0.95% 0.54% -
HSV(B) 354.86º 0.89% 0.98% -
XYZ 39.95 21.12 4.56 -
YUV 95.54 100.05 237.46 -
System Red Green Blue C M Y K H S L
Decimal 249 27 46 0 0.89 0.82 0.02 354.86 0.95 0.54
Hex F9 1B 2E 0 59 52 2 163 5F 36
Octal 371 33 56 0 131 122 2 543 137 66
Binary 11111001 11011 101110 0 1011001 1010010 10 101100011 1011111 110110

Color Harmonies of #F91B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91B2E

Black with #F91B2E

Text Example


Text Example

White with #F91B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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