Html Css Color HEX #F9143D Torch Red

📋 copy color: '#F9143D'

red 249 ◦ green 20 ◦ blue 61

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

Shades of Torch Red #F9143D

Tints of Torch Red #F9143D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.06%

 BLUE value IS 61 (24.22% from 255) = 18.48%

R = 75.45%
G = 6.06%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9143D (or 0xF9143D) is known color: Torch Red. HEX triplet: F9, 14 and 3D. RGB value is (249,20,61). Sum of RGB (Red+Green+Blue) = 249+20+61=330 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.45% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 249 - color contains mainly: red. Hex color #F9143D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9143D is #06EBC2. Grayscale: #5D5D5D. Windows color (decimal): -453571 or 4003065. OLE color: 4003065.

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

Color convert

RGB 249 20 61 -
CMYK 0 0.92 0.76 0.02
HSL 349.26º 0.95% 0.53% -
HSV(B) 349.26º 0.92% 0.98% -
XYZ 40.16 20.98 6.35 -
YUV 93.15 109.87 239.17 -
System Red Green Blue C M Y K H S L
Decimal 249 20 61 0 0.92 0.76 0.02 349.26 0.95 0.53
Hex F9 14 3D 0 5C 4C 2 15D 5F 35
Octal 371 24 75 0 134 114 2 535 137 65
Binary 11111001 10100 111101 0 1011100 1001100 10 101011101 1011111 110101

Color Harmonies of #F9143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9143D

Black with #F9143D

Text Example


Text Example

White with #F9143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9143D; }

 p { color: rgb(249,20,61); }

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

background-color css

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

 a { background-color: rgb(249,20,61); }

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

border-color css

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

 span { border-color: rgb(249,20,61); }

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