Html Css Color HEX #F00346 Torch Red

📋 copy color: '#F00346'

red 240 ◦ green 3 ◦ blue 70

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

Shades of Torch Red #F00346

Tints of Torch Red #F00346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.36%

R = 76.68%
G = 0.96%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F00346 (or 0xF00346) is known color: Torch Red. HEX triplet: F0, 03 and 46. RGB value is (240,3,70). Sum of RGB (Red+Green+Blue) = 240+3+70=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F00346 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00346 is #0FFCB9. Grayscale: #515151. Windows color (decimal): -1047738 or 4588528. OLE color: 4588528.

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

Color convert

RGB 240 3 70 -
CMYK 0 0.99 0.71 0.06
HSL 343.04º 0.98% 0.48% -
HSV(B) 343.04º 0.99% 0.94% -
XYZ 37.07 19.03 7.51 -
YUV 81.5 121.52 241.05 -
System Red Green Blue C M Y K H S L
Decimal 240 3 70 0 0.99 0.71 0.06 343.04 0.98 0.48
Hex F0 3 46 0 63 47 6 157 62 30
Octal 360 3 106 0 143 107 6 527 142 60
Binary 11110000 11 1000110 0 1100011 1000111 110 101010111 1100010 110000

Color Harmonies of #F00346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00346

Black with #F00346

Text Example


Text Example

White with #F00346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00346; }

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

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

background-color css

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

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

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

border-color css

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

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

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