Html Css Color HEX #F60C17 Torch Red

📋 copy color: '#F60C17'

red 246 ◦ green 12 ◦ blue 23

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

Shades of Torch Red #F60C17

Tints of Torch Red #F60C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.19%

R = 87.54%
G = 4.27%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F60C17 (or 0xF60C17) is known color: Torch Red. HEX triplet: F6, 0C and 17. RGB value is (246,12,23). Sum of RGB (Red+Green+Blue) = 246+12+23=281 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.54% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C17 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60C17 is #09F3E8. Grayscale: #535353. Windows color (decimal): -652265 or 1510646. OLE color: 1510646.

HSL color Cylindrical-coordinate representation of color #F60C17: hue angle of 357.18º 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 #F60C17 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 12 23 -
CMYK 0 0.95 0.91 0.04
HSL 357.18º 0.93% 0.51% -
HSV(B) 357.18º 0.95% 0.96% -
XYZ 38.29 19.92 2.64 -
YUV 83.22 94.02 244.11 -
System Red Green Blue C M Y K H S L
Decimal 246 12 23 0 0.95 0.91 0.04 357.18 0.93 0.51
Hex F6 C 17 0 5F 5B 4 165 5D 33
Octal 366 14 27 0 137 133 4 545 135 63
Binary 11110110 1100 10111 0 1011111 1011011 100 101100101 1011101 110011

Color Harmonies of #F60C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60C17

Black with #F60C17

Text Example


Text Example

White with #F60C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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