Html Css Color HEX #F60C34 Torch Red

📋 copy color: '#F60C34'

red 246 ◦ green 12 ◦ blue 52

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

Shades of Torch Red #F60C34

Tints of Torch Red #F60C34

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.87%

 BLUE value IS 52 (20.7% from 255) = 16.77%

R = 79.35%
G = 3.87%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F60C34 (or 0xF60C34) is known color: Torch Red. HEX triplet: F6, 0C and 34. RGB value is (246,12,52). Sum of RGB (Red+Green+Blue) = 246+12+52=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C34 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60C34 is #09F3CB. Grayscale: #565656. Windows color (decimal): -652236 or 3411190. OLE color: 3411190.

HSL color Cylindrical-coordinate representation of color #F60C34: hue angle of 349.74º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60C34 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 12 52 -
CMYK 0 0.95 0.79 0.04
HSL 349.74º 0.93% 0.51% -
HSV(B) 349.74º 0.95% 0.96% -
XYZ 38.76 20.1 5.09 -
YUV 86.53 108.52 241.75 -
System Red Green Blue C M Y K H S L
Decimal 246 12 52 0 0.95 0.79 0.04 349.74 0.93 0.51
Hex F6 C 34 0 5F 4F 4 15E 5D 33
Octal 366 14 64 0 137 117 4 536 135 63
Binary 11110110 1100 110100 0 1011111 1001111 100 101011110 1011101 110011

Color Harmonies of #F60C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C34

Black with #F60C34

Text Example


Text Example

White with #F60C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C34; }

 p { color: rgb(246,12,52); }

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

background-color css

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

 a { background-color: rgb(246,12,52); }

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

border-color css

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

 span { border-color: rgb(246,12,52); }

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