Html Css Color HEX #F9152C Torch Red

📋 copy color: '#F9152C'

red 249 ◦ green 21 ◦ blue 44

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

Shades of Torch Red #F9152C

Tints of Torch Red #F9152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.01%

R = 79.3%
G = 6.69%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9152C (or 0xF9152C) is known color: Torch Red. HEX triplet: F9, 15 and 2C. RGB value is (249,21,44). Sum of RGB (Red+Green+Blue) = 249+21+44=314 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.30% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 249 - color contains mainly: red. Hex color #F9152C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9152C is #06EAD3. Grayscale: #5B5B5B. Windows color (decimal): -453332 or 2889209. OLE color: 2889209.

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

Color convert

RGB 249 21 44 -
CMYK 0 0.92 0.82 0.02
HSL 353.95º 0.95% 0.53% -
HSV(B) 353.95º 0.92% 0.98% -
XYZ 39.79 20.86 4.31 -
YUV 91.79 101.04 240.13 -
System Red Green Blue C M Y K H S L
Decimal 249 21 44 0 0.92 0.82 0.02 353.95 0.95 0.53
Hex F9 15 2C 0 5C 52 2 162 5F 35
Octal 371 25 54 0 134 122 2 542 137 65
Binary 11111001 10101 101100 0 1011100 1010010 10 101100010 1011111 110101

Color Harmonies of #F9152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9152C

Black with #F9152C

Text Example


Text Example

White with #F9152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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