Html Css Color HEX #F9151E Torch Red

📋 copy color: '#F9151E'

red 249 ◦ green 21 ◦ blue 30

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

Shades of Torch Red #F9151E

Tints of Torch Red #F9151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7%

 BLUE value IS 30 (12.11% from 255) = 10%

R = 83%
G = 7%
B = 10%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9151E (or 0xF9151E) is known color: Torch Red. HEX triplet: F9, 15 and 1E. RGB value is (249,21,30). Sum of RGB (Red+Green+Blue) = 249+21+30=300 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 249 - color contains mainly: red. Hex color #F9151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9151E is #06EAE1. Grayscale: #5A5A5A. Windows color (decimal): -453346 or 1971705. OLE color: 1971705.

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

Color convert

RGB 249 21 30 -
CMYK 0 0.92 0.88 0.02
HSL 357.63º 0.95% 0.53% -
HSV(B) 357.63º 0.92% 0.98% -
XYZ 39.57 20.77 3.15 -
YUV 90.2 94.04 241.27 -
System Red Green Blue C M Y K H S L
Decimal 249 21 30 0 0.92 0.88 0.02 357.63 0.95 0.53
Hex F9 15 1E 0 5C 58 2 166 5F 35
Octal 371 25 36 0 134 130 2 546 137 65
Binary 11111001 10101 11110 0 1011100 1011000 10 101100110 1011111 110101

Color Harmonies of #F9151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9151E

Black with #F9151E

Text Example


Text Example

White with #F9151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9151E; }

 p { color: rgb(249,21,30); }

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

background-color css

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

 a { background-color: rgb(249,21,30); }

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

border-color css

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

 span { border-color: rgb(249,21,30); }

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