Html Css Color HEX #F0092C Torch Red

📋 copy color: '#F0092C'

red 240 ◦ green 9 ◦ blue 44

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

Shades of Torch Red #F0092C

Tints of Torch Red #F0092C

RGB

 RED value IS 240 (94.14% from 255) = 81.91%

 GREEN value IS 9 (3.91% from 255) = 3.07%

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

R = 81.91%
G = 3.07%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0092C (or 0xF0092C) is known color: Torch Red. HEX triplet: F0, 09 and 2C. RGB value is (240,9,44). Sum of RGB (Red+Green+Blue) = 240+9+44=293 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.91% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 240 - color contains mainly: red. Hex color #F0092C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0092C is #0FF6D3. Grayscale: #525252. Windows color (decimal): -1046228 or 2886128. OLE color: 2886128.

HSL color Cylindrical-coordinate representation of color #F0092C: hue angle of 350.91º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0092C is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 9 44 -
CMYK 0 0.96 0.82 0.06
HSL 350.91º 0.93% 0.49% -
HSV(B) 350.91º 0.96% 0.94% -
XYZ 36.49 18.9 4.11 -
YUV 82.06 106.53 240.65 -
System Red Green Blue C M Y K H S L
Decimal 240 9 44 0 0.96 0.82 0.06 350.91 0.93 0.49
Hex F0 9 2C 0 60 52 6 15F 5D 31
Octal 360 11 54 0 140 122 6 537 135 61
Binary 11110000 1001 101100 0 1100000 1010010 110 101011111 1011101 110001

Color Harmonies of #F0092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0092C

Black with #F0092C

Text Example


Text Example

White with #F0092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0092C; }

 p { color: rgb(240,9,44); }

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

background-color css

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

 a { background-color: rgb(240,9,44); }

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

border-color css

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

 span { border-color: rgb(240,9,44); }

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