Html Css Color HEX #F91138 Torch Red

📋 copy color: '#F91138'

red 249 ◦ green 17 ◦ blue 56

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

Shades of Torch Red #F91138

Tints of Torch Red #F91138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.28%

 BLUE value IS 56 (22.27% from 255) = 17.39%

R = 77.33%
G = 5.28%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#F91138 (or 0xF91138) is known color: Torch Red. HEX triplet: F9, 11 and 38. RGB value is (249,17,56). Sum of RGB (Red+Green+Blue) = 249+17+56=322 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.33% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 249 - color contains mainly: red. Hex color #F91138 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91138 is #06EEC7. Grayscale: #5A5A5A. Windows color (decimal): -454344 or 3674617. OLE color: 3674617.

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

Color convert

RGB 249 17 56 -
CMYK 0 0.93 0.78 0.02
HSL 349.91º 0.95% 0.52% -
HSV(B) 349.91º 0.93% 0.98% -
XYZ 39.98 20.83 5.65 -
YUV 90.81 108.36 240.83 -
System Red Green Blue C M Y K H S L
Decimal 249 17 56 0 0.93 0.78 0.02 349.91 0.95 0.52
Hex F9 11 38 0 5D 4E 2 15E 5F 34
Octal 371 21 70 0 135 116 2 536 137 64
Binary 11111001 10001 111000 0 1011101 1001110 10 101011110 1011111 110100

Color Harmonies of #F91138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91138

Black with #F91138

Text Example


Text Example

White with #F91138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91138; }

 p { color: rgb(249,17,56); }

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

background-color css

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

 a { background-color: rgb(249,17,56); }

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

border-color css

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

 span { border-color: rgb(249,17,56); }

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