Html Css Color HEX #F9151A Torch Red

📋 copy color: '#F9151A'

red 249 ◦ green 21 ◦ blue 26

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

Shades of Torch Red #F9151A

Tints of Torch Red #F9151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.78%

R = 84.12%
G = 7.09%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F9151A (or 0xF9151A) is known color: Torch Red. HEX triplet: F9, 15 and 1A. RGB value is (249,21,26). Sum of RGB (Red+Green+Blue) = 249+21+26=296 (39% of max value = 765). Red value is 249 (97.66% from 255 or 84.12% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 249 - color contains mainly: red. Hex color #F9151A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9151A is #06EAE5. Grayscale: #595959. Windows color (decimal): -453350 or 1709561. OLE color: 1709561.

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

Color convert

RGB 249 21 26 -
CMYK 0 0.92 0.90 0.02
HSL 358.68º 0.95% 0.53% -
HSV(B) 358.68º 0.92% 0.98% -
XYZ 39.52 20.75 2.9 -
YUV 89.74 92.04 241.59 -
System Red Green Blue C M Y K H S L
Decimal 249 21 26 0 0.92 0.90 0.02 358.68 0.95 0.53
Hex F9 15 1A 0 5C 5A 2 167 5F 35
Octal 371 25 32 0 134 132 2 547 137 65
Binary 11111001 10101 11010 0 1011100 1011010 10 101100111 1011111 110101

Color Harmonies of #F9151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9151A

Black with #F9151A

Text Example


Text Example

White with #F9151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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