Html Css Color HEX #F00340 Torch Red

📋 copy color: '#F00340'

red 240 ◦ green 3 ◦ blue 64

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

Shades of Torch Red #F00340

Tints of Torch Red #F00340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 78.18%
G = 0.98%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F00340 (or 0xF00340) is known color: Torch Red. HEX triplet: F0, 03 and 40. RGB value is (240,3,64). Sum of RGB (Red+Green+Blue) = 240+3+64=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F00340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00340 is #0FFCBF. Grayscale: #505050. Windows color (decimal): -1047744 or 4195312. OLE color: 4195312.

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

Color convert

RGB 240 3 64 -
CMYK 0 0.99 0.73 0.06
HSL 344.56º 0.98% 0.48% -
HSV(B) 344.56º 0.99% 0.94% -
XYZ 36.89 18.96 6.57 -
YUV 80.82 118.52 241.54 -
System Red Green Blue C M Y K H S L
Decimal 240 3 64 0 0.99 0.73 0.06 344.56 0.98 0.48
Hex F0 3 40 0 63 49 6 159 62 30
Octal 360 3 100 0 143 111 6 531 142 60
Binary 11110000 11 1000000 0 1100011 1001001 110 101011001 1100010 110000

Color Harmonies of #F00340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00340

Black with #F00340

Text Example


Text Example

White with #F00340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00340; }

 p { color: rgb(240,3,64); }

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

background-color css

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

 a { background-color: rgb(240,3,64); }

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

border-color css

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

 span { border-color: rgb(240,3,64); }

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