Html Css Color HEX #F9041C Torch Red

📋 copy color: '#F9041C'

red 249 ◦ green 4 ◦ blue 28

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

Shades of Torch Red #F9041C

Tints of Torch Red #F9041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

 BLUE value IS 28 (11.33% from 255) = 9.96%

R = 88.61%
G = 1.42%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9041C (or 0xF9041C) is known color: Torch Red. HEX triplet: F9, 04 and 1C. RGB value is (249,4,28). Sum of RGB (Red+Green+Blue) = 249+4+28=281 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.61% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 249 - color contains mainly: red. Hex color #F9041C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9041C is #06FBE3. Grayscale: #505050. Windows color (decimal): -457700 or 1836281. OLE color: 1836281.

HSL color Cylindrical-coordinate representation of color #F9041C: hue angle of 354.12º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9041C is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 4 28 -
CMYK 0 0.98 0.89 0.02
HSL 354.12º 0.97% 0.5% -
HSV(B) 354.12º 0.98% 0.98% -
XYZ 39.32 20.31 2.95 -
YUV 79.99 98.67 248.55 -
System Red Green Blue C M Y K H S L
Decimal 249 4 28 0 0.98 0.89 0.02 354.12 0.97 0.5
Hex F9 4 1C 0 62 59 2 162 61 32
Octal 371 4 34 0 142 131 2 542 141 62
Binary 11111001 100 11100 0 1100010 1011001 10 101100010 1100001 110010

Color Harmonies of #F9041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9041C

Black with #F9041C

Text Example


Text Example

White with #F9041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9041C; }

 p { color: rgb(249,4,28); }

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

background-color css

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

 a { background-color: rgb(249,4,28); }

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

border-color css

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

 span { border-color: rgb(249,4,28); }

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