Html Css Color HEX #F9134A Torch Red

📋 copy color: '#F9134A'

red 249 ◦ green 19 ◦ blue 74

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

Shades of Torch Red #F9134A

Tints of Torch Red #F9134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.56%

 BLUE value IS 74 (29.3% from 255) = 21.64%

R = 72.81%
G = 5.56%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9134A (or 0xF9134A) is known color: Torch Red. HEX triplet: F9, 13 and 4A. RGB value is (249,19,74). Sum of RGB (Red+Green+Blue) = 249+19+74=342 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.81% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 249 - color contains mainly: red. Hex color #F9134A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9134A is #06ECB5. Grayscale: #5E5E5E. Windows color (decimal): -453814 or 4854777. OLE color: 4854777.

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

Color convert

RGB 249 19 74 -
CMYK 0 0.92 0.70 0.02
HSL 345.65º 0.95% 0.53% -
HSV(B) 345.65º 0.92% 0.98% -
XYZ 40.54 21.1 8.41 -
YUV 94.04 116.7 238.53 -
System Red Green Blue C M Y K H S L
Decimal 249 19 74 0 0.92 0.70 0.02 345.65 0.95 0.53
Hex F9 13 4A 0 5C 46 2 15A 5F 35
Octal 371 23 112 0 134 106 2 532 137 65
Binary 11111001 10011 1001010 0 1011100 1000110 10 101011010 1011111 110101

Color Harmonies of #F9134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9134A

Black with #F9134A

Text Example


Text Example

White with #F9134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9134A; }

 p { color: rgb(249,19,74); }

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

background-color css

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

 a { background-color: rgb(249,19,74); }

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

border-color css

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

 span { border-color: rgb(249,19,74); }

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