Html Css Color HEX #F9011D Torch Red

📋 copy color: '#F9011D'

red 249 ◦ green 1 ◦ blue 29

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

Shades of Torch Red #F9011D

Tints of Torch Red #F9011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 29 (11.72% from 255) = 10.39%

R = 89.25%
G = 0.36%
B = 10.39%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9011D (or 0xF9011D) is known color: Torch Red. HEX triplet: F9, 01 and 1D. RGB value is (249,1,29). Sum of RGB (Red+Green+Blue) = 249+1+29=279 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.25% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 249 - color contains mainly: red. Hex color #F9011D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9011D is #06FEE2. Grayscale: #4E4E4E. Windows color (decimal): -458467 or 1901049. OLE color: 1901049.

HSL color Cylindrical-coordinate representation of color #F9011D: hue angle of 353.23º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9011D is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 1 29 -
CMYK 0 1.00 0.88 0.02
HSL 353.23º 0.99% 0.49% -
HSV(B) 353.23º 1% 0.98% -
XYZ 39.3 20.25 3 -
YUV 78.34 100.16 249.72 -
System Red Green Blue C M Y K H S L
Decimal 249 1 29 0 1.00 0.88 0.02 353.23 0.99 0.49
Hex F9 1 1D 0 64 58 2 161 63 31
Octal 371 1 35 0 144 130 2 541 143 61
Binary 11111001 1 11101 0 1100100 1011000 10 101100001 1100011 110001

Color Harmonies of #F9011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9011D

Black with #F9011D

Text Example


Text Example

White with #F9011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9011D; }

 p { color: rgb(249,1,29); }

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

background-color css

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

 a { background-color: rgb(249,1,29); }

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

border-color css

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

 span { border-color: rgb(249,1,29); }

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