Html Css Color HEX #F0072C Torch Red

📋 copy color: '#F0072C'

red 240 ◦ green 7 ◦ blue 44

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

Shades of Torch Red #F0072C

Tints of Torch Red #F0072C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

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

R = 82.47%
G = 2.41%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0072C (or 0xF0072C) is known color: Torch Red. HEX triplet: F0, 07 and 2C. RGB value is (240,7,44). Sum of RGB (Red+Green+Blue) = 240+7+44=291 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.47% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 240 - color contains mainly: red. Hex color #F0072C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0072C is #0FF8D3. Grayscale: #505050. Windows color (decimal): -1046740 or 2885616. OLE color: 2885616.

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

Color convert

RGB 240 7 44 -
CMYK 0 0.97 0.82 0.06
HSL 350.47º 0.94% 0.48% -
HSV(B) 350.47º 0.97% 0.94% -
XYZ 36.47 18.86 4.1 -
YUV 80.89 107.19 241.49 -
System Red Green Blue C M Y K H S L
Decimal 240 7 44 0 0.97 0.82 0.06 350.47 0.94 0.48
Hex F0 7 2C 0 61 52 6 15E 5E 30
Octal 360 7 54 0 141 122 6 536 136 60
Binary 11110000 111 101100 0 1100001 1010010 110 101011110 1011110 110000

Color Harmonies of #F0072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0072C

Black with #F0072C

Text Example


Text Example

White with #F0072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0072C; }

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

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

background-color css

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

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

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

border-color css

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

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

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