Html Css Color HEX #F0082C Torch Red

📋 copy color: '#F0082C'

red 240 ◦ green 8 ◦ blue 44

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

Shades of Torch Red #F0082C

Tints of Torch Red #F0082C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.74%

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

R = 82.19%
G = 2.74%
B = 15.07%

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

#F0082C (or 0xF0082C) is known color: Torch Red. HEX triplet: F0, 08 and 2C. RGB value is (240,8,44). Sum of RGB (Red+Green+Blue) = 240+8+44=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F0082C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0082C is #0FF7D3. Grayscale: #515151. Windows color (decimal): -1046484 or 2885872. OLE color: 2885872.

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

Color convert

RGB 240 8 44 -
CMYK 0 0.97 0.82 0.06
HSL 350.69º 0.94% 0.49% -
HSV(B) 350.69º 0.97% 0.94% -
XYZ 36.48 18.88 4.1 -
YUV 81.47 106.86 241.07 -
System Red Green Blue C M Y K H S L
Decimal 240 8 44 0 0.97 0.82 0.06 350.69 0.94 0.49
Hex F0 8 2C 0 61 52 6 15F 5E 31
Octal 360 10 54 0 141 122 6 537 136 61
Binary 11110000 1000 101100 0 1100001 1010010 110 101011111 1011110 110001

Color Harmonies of #F0082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0082C

Black with #F0082C

Text Example


Text Example

White with #F0082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0082C; }

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

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

background-color css

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

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

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

border-color css

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

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

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