Html Css Color HEX #F60730 Torch Red

📋 copy color: '#F60730'

red 246 ◦ green 7 ◦ blue 48

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

Shades of Torch Red #F60730

Tints of Torch Red #F60730

RGB

 RED value IS 246 (96.48% from 255) = 81.73%

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

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 81.73%
G = 2.33%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F60730 (or 0xF60730) is known color: Torch Red. HEX triplet: F6, 07 and 30. RGB value is (246,7,48). Sum of RGB (Red+Green+Blue) = 246+7+48=301 (39% of max value = 765). Red value is 246 (96.48% from 255 or 81.73% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 246 - color contains mainly: red. Hex color #F60730 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60730 is #09F8CF. Grayscale: #535353. Windows color (decimal): -653520 or 3147766. OLE color: 3147766.

HSL color Cylindrical-coordinate representation of color #F60730: hue angle of 349.71º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F60730 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 7 48 -
CMYK 0 0.97 0.80 0.04
HSL 349.71º 0.94% 0.5% -
HSV(B) 349.71º 0.97% 0.96% -
XYZ 38.62 19.96 4.61 -
YUV 83.14 108.18 244.17 -
System Red Green Blue C M Y K H S L
Decimal 246 7 48 0 0.97 0.80 0.04 349.71 0.94 0.5
Hex F6 7 30 0 61 50 4 15E 5E 32
Octal 366 7 60 0 141 120 4 536 136 62
Binary 11110110 111 110000 0 1100001 1010000 100 101011110 1011110 110010

Color Harmonies of #F60730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60730

Black with #F60730

Text Example


Text Example

White with #F60730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60730; }

 p { color: rgb(246,7,48); }

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

background-color css

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

 a { background-color: rgb(246,7,48); }

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

border-color css

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

 span { border-color: rgb(246,7,48); }

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