Html Css Color HEX #F0082D Torch Red

📋 copy color: '#F0082D'

red 240 ◦ green 8 ◦ blue 45

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

Shades of Torch Red #F0082D

Tints of Torch Red #F0082D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.36%

R = 81.91%
G = 2.73%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0082D (or 0xF0082D) is known color: Torch Red. HEX triplet: F0, 08 and 2D. RGB value is (240,8,45). Sum of RGB (Red+Green+Blue) = 240+8+45=293 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.91% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 240 - color contains mainly: red. Hex color #F0082D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0082D is #0FF7D2. Grayscale: #515151. Windows color (decimal): -1046483 or 2951408. OLE color: 2951408.

HSL color Cylindrical-coordinate representation of color #F0082D: hue angle of 350.43º 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 #F0082D is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 8 45 -
CMYK 0 0.97 0.81 0.06
HSL 350.43º 0.94% 0.49% -
HSV(B) 350.43º 0.97% 0.94% -
XYZ 36.5 18.89 4.2 -
YUV 81.59 107.36 240.99 -
System Red Green Blue C M Y K H S L
Decimal 240 8 45 0 0.97 0.81 0.06 350.43 0.94 0.49
Hex F0 8 2D 0 61 51 6 15E 5E 31
Octal 360 10 55 0 141 121 6 536 136 61
Binary 11110000 1000 101101 0 1100001 1010001 110 101011110 1011110 110001

Color Harmonies of #F0082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0082D

Black with #F0082D

Text Example


Text Example

White with #F0082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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