Html Css Color HEX #F60336 Torch Red

📋 copy color: '#F60336'

red 246 ◦ green 3 ◦ blue 54

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

Shades of Torch Red #F60336

Tints of Torch Red #F60336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.82%

R = 81.19%
G = 0.99%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F60336 (or 0xF60336) is known color: Torch Red. HEX triplet: F6, 03 and 36. RGB value is (246,3,54). Sum of RGB (Red+Green+Blue) = 246+3+54=303 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.19% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 246 - color contains mainly: red. Hex color #F60336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60336 is #09FCC9. Grayscale: #515151. Windows color (decimal): -654538 or 3539958. OLE color: 3539958.

HSL color Cylindrical-coordinate representation of color #F60336: hue angle of 347.41º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60336 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 3 54 -
CMYK 0 0.99 0.78 0.04
HSL 347.41º 0.98% 0.49% -
HSV(B) 347.41º 0.99% 0.96% -
XYZ 38.7 19.92 5.3 -
YUV 81.47 112.51 245.35 -
System Red Green Blue C M Y K H S L
Decimal 246 3 54 0 0.99 0.78 0.04 347.41 0.98 0.49
Hex F6 3 36 0 63 4E 4 15B 62 31
Octal 366 3 66 0 143 116 4 533 142 61
Binary 11110110 11 110110 0 1100011 1001110 100 101011011 1100010 110001

Color Harmonies of #F60336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60336

Black with #F60336

Text Example


Text Example

White with #F60336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60336; }

 p { color: rgb(246,3,54); }

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

background-color css

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

 a { background-color: rgb(246,3,54); }

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

border-color css

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

 span { border-color: rgb(246,3,54); }

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